Idris2/tests/idris2/perror014/expected
G. Allais 0194539ef7
[ new ] __LOC__, __FILE__, __LINE__, __COL__ magic debug strings (#2819)
* [ new ] __LOC__, __FILE__, __LINE__, __COL__ magic debug strings

* [ fix ] the point is to test whitespace being ignored

* [ fix ] golden values
2022-12-17 18:12:39 +00:00

13 lines
261 B
Plaintext

1/1: Building ParseList (ParseList.idr)
Error: Couldn't parse any alternatives:
1: Expected 'case', 'if', 'do', application or operator expression.
ParseList:8:5--8:6
4 | , 1
5 | , 2
6 | , 3
7 | , 4,
8 | , 5
^
... (42 others)