Skip to content

Commit 2ea74e5

Browse files
author
Nick Obedin
committed
- comment in satisfy test
1 parent 2096fce commit 2ea74e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Test.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ main = do
6666
return as) "a,a,a,"
6767
parseTest opTest "a+b+c"
6868
parseTest exprTest "1*2+3/4-5"
69-
parseTest manySatisfyTest "ab?" -- Should return "[a, b]" but it's not
69+
parseTest manySatisfyTest "ab?"

0 commit comments

Comments
 (0)