Idris2/tests/idris2/perror014/run
Guillaume Allais 0986cf177b [ parse ] better error message for list literals
I got fed up with being puzzled whenever edwin's trailing commas
and my leading commas clash and the error location is the opening
square bracket rather than the repeated comma.
2022-04-15 11:33:20 +01:00

4 lines
76 B
Plaintext
Executable File

rm -rf build
$1 --no-color --console-width 0 --check ParseList.idr || true