blob: 38c6821b0771963d31a75fb63a7a26f7bd65d59d [file] [log] [blame]
== Running test suite: Utilities
-- Running test case: xor
PASS: xor should explicitly return false when both values are falsy.
PASS: xor should return the first value when the second value is falsy.
PASS: xor should return the second value when the first value is falsy.
PASS: xor should explicitly return false when both values are truthy.