You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BooleanTest asserts that UNF(true, false, true) should evaluate to UNF:6:PMaEyvdvyMz7EJV4mr7aZg==, but the Version 6 specification says that true and false should be treated as 0s and 1s, and UNF(1, 0, 1) evaluates to UNF:6:ZNhCrGAEYBJjVxipPl2P6w==.
The text was updated successfully, but these errors were encountered:
BooleanTest
asserts that UNF(true, false, true) should evaluate toUNF:6:PMaEyvdvyMz7EJV4mr7aZg==
, but the Version 6 specification says that true and false should be treated as 0s and 1s, and UNF(1, 0, 1) evaluates toUNF:6:ZNhCrGAEYBJjVxipPl2P6w==
.The text was updated successfully, but these errors were encountered: