haikuwebkit/LayoutTests/inspector/unit-tests/utilities-expected.txt

9 lines
344 B
Plaintext

== 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.