Add :let test

This commit is contained in:
Nikita Vilunov 2020-06-07 16:40:45 +03:00
parent d36e804012
commit 018c17b69a
4 changed files with 10 additions and 1 deletions

View File

@ -64,7 +64,7 @@ idrisTests
"interface009", "interface010", "interface011", "interface012",
"interface013", "interface014", "interface015",
-- Miscellaneous REPL
"interpreter001",
"interpreter001", "interpreter002",
-- Implicit laziness, lazy evaluation
"lazy001",
-- QTT and linearity related

View File

@ -0,0 +1,3 @@
Main> Main> Main> "Privet, mir!"
Main>
Bye for now!

View File

@ -0,0 +1,3 @@
:let i : String
:let i = "Privet, mir!"
i

View File

@ -0,0 +1,3 @@
$1 --no-banner --no-prelude < input
rm -rf build