This commit is contained in:
Eelco Dolstra 2010-03-29 09:43:55 +00:00
parent 807a67bc74
commit e3f32ac5af

View file

@ -686,6 +686,7 @@ void run(Strings args)
doTest("true == false");
doTest("__head [ 1 2 3 ]");
doTest("__add 1 2");
doTest("null");
doTest("\"foo\"");
doTest("let s = \"bar\"; in \"foo${s}\"");