Idris2/tests/chez/chez027/expected
André Videla 7f932036e9 Show the line and column in diagnostic message
This also updates the error message of some common combinators
2021-11-10 00:44:09 +00:00

22 lines
511 B
Plaintext

1/1: Building StringParser (StringParser.idr)
Main> hiya
2
Parse failed at position 0-0: could not satisfy predicate
Parse failed at position 0-0: Not good
['7', '6', '6', '7', '7', '5']
['6', '3', '5', '5', '3']
"887"
"XML Comment"
"<- Complicated -- XML -- Comment ->"
Parse failed at position 0-24: end of string reached - "-->" not found
"123"
""
True
False
['a', '1', 'b', '2']
['a', 12, 'b', 3, 'c']
['a', 'b', 'c', 'd']
()
Parse failed at position 0-0: Purposefully changed OK to Fail
Main> Bye for now!