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
Parser tests
Parser token types constructors
Bit string constructor
Invalid bit strings: FAIL
*** Failed! Falsifiable (after 9 tests):
Exception thrown while showing test case:
test/Spec/Parser/Types/Token.hs:(135,17)-(137,41): Non-exhaustive patterns in function findInvalid
Use --quickcheck-replay=925432 to reproduce.
Issue must occur when the list is either empty, or only has valid characters.
Problem found in checkInvalid, there is no state where it is not true, if all characters are valid it eventually checks the empty list which counts as an invalid input as wanted.
On commit 567baf1
The text was updated successfully, but these errors were encountered: