Description
and(nullBool, not(or(nullBool, vBool(1))))
java.lang.AssertionError: result mismatch:
when applied to {?0.bool1=true}, AND(null, NOT(OR(null, ?0.bool1))) yielded false, and AND(null, true) yielded NULL
Attachments
Issue Links
- links to
and(nullBool, not(or(nullBool, vBool(1))))
java.lang.AssertionError: result mismatch:
when applied to {?0.bool1=true}, AND(null, NOT(OR(null, ?0.bool1))) yielded false, and AND(null, true) yielded NULL