Skip to content

Commit 231d824

Browse files
committed
chapter 24 - bug fix in learning_parsers module
1 parent d4e4d75 commit 231d824

File tree

1 file changed

+1
-1
lines changed
  • chapter24/learning-parsers/src

1 file changed

+1
-1
lines changed

chapter24/learning-parsers/src/Main.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ main = do
6868
pNL "oneTwoThreeString'"
6969
testString' $ choice [oneTwoThreeString, oneTwoString, oneString]
7070
pNL "oneTwoThreeChar'"
71-
testString' $ choice [one >> two >> three, one >> two, one]
71+
testParse $ choice [one >> two >> three, one >> two, one]

0 commit comments

Comments
 (0)