mirror of
https://github.com/NixOS/nix
synced 2025-06-27 08:31:16 +02:00
* Indented strings.
This commit is contained in:
parent
a60317f20f
commit
d4f0b0fc6c
7 changed files with 65 additions and 70 deletions
|
@ -67,6 +67,7 @@ void run(Strings args)
|
|||
doTest(state, "__add 1 2");
|
||||
doTest(state, "null");
|
||||
doTest(state, "\"foo\"");
|
||||
doTest(state, "''\n foo\n bar\n ''");
|
||||
doTest(state, "let s = \"bar\"; in \"foo${s}\"");
|
||||
doTest(state, "if true then 1 else 2");
|
||||
doTest(state, "if false then 1 else 2");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue