mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-27 00:06:16 +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("__head [ 1 2 3 ]");
|
||||
doTest("__add 1 2");
|
||||
doTest("null");
|
||||
doTest("\"foo\"");
|
||||
doTest("let s = \"bar\"; in \"foo${s}\"");
|
||||
|
||||
|
|
Loading…
Reference in a new issue