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
There seems to be a bug with the return value of valid.
A simple true tests with code1b and 0b can be used to replicate the bug. 0b will become invalid but this is not correct. 0b should be valid AND not ok.
I think the logic should be updated to reflect the true validity of the code.
The text was updated successfully, but these errors were encountered:
8b2d9f2#diff-69c6430afecc5d7ca0db7d8abb2b9e6cf974673927efb8184bdb07228b979a28R113
There seems to be a bug with the return value of
valid
.A simple
true
tests withcode
1b
and0b
can be used to replicate the bug.0b
will becomeinvalid
but this is not correct.0b
should bevalid
ANDnot ok
.I think the logic should be updated to reflect the true validity of the code.
The text was updated successfully, but these errors were encountered: