We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2096fce commit 2ea74e5Copy full SHA for 2ea74e5
examples/Test.purs
@@ -66,4 +66,4 @@ main = do
66
return as) "a,a,a,"
67
parseTest opTest "a+b+c"
68
parseTest exprTest "1*2+3/4-5"
69
- parseTest manySatisfyTest "ab?" -- Should return "[a, b]" but it's not
+ parseTest manySatisfyTest "ab?"
0 commit comments