Idris2-boot/tests/idris2/basic037/run
Guillaume Allais 4cbb02b6b3 [ fix ] properly nesting multiline comments
We should be able to comment out any part of a program that parses
and still get a program that parses. This means we need to properly
ignore `{-` and `-}` when hidden behind a `--` comment or inside of
a string literal.
2020-04-01 12:52:01 +01:00

3 lines
66 B
Plaintext

echo ':q' | $1 --no-banner --no-prelude Comments.idr
rm -rf build