mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-27 08:16:14 +02:00
This commit is contained in:
parent
807a67bc74
commit
e3f32ac5af
1 changed files with 1 additions and 0 deletions
|
@ -686,6 +686,7 @@ void run(Strings args)
|
||||||
doTest("true == false");
|
doTest("true == false");
|
||||||
doTest("__head [ 1 2 3 ]");
|
doTest("__head [ 1 2 3 ]");
|
||||||
doTest("__add 1 2");
|
doTest("__add 1 2");
|
||||||
|
doTest("null");
|
||||||
doTest("\"foo\"");
|
doTest("\"foo\"");
|
||||||
doTest("let s = \"bar\"; in \"foo${s}\"");
|
doTest("let s = \"bar\"; in \"foo${s}\"");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue