We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4e4d75 commit 231d824Copy full SHA for 231d824
chapter24/learning-parsers/src/Main.hs
@@ -68,4 +68,4 @@ main = do
68
pNL "oneTwoThreeString'"
69
testString' $ choice [oneTwoThreeString, oneTwoString, oneString]
70
pNL "oneTwoThreeChar'"
71
- testString' $ choice [one >> two >> three, one >> two, one]
+ testParse $ choice [one >> two >> three, one >> two, one]
0 commit comments