mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-20 10:02:03 +03:00
9 lines
175 B
Plaintext
Executable File
9 lines
175 B
Plaintext
Executable File
. ../../../testutils.sh
|
|
|
|
echo "unclosed1.idr"
|
|
idris2 unclosed1.idr < input
|
|
echo "unclosed2.idr"
|
|
idris2 unclosed2.idr < input
|
|
echo "unclosed3.idr"
|
|
idris2 unclosed3.idr < input
|