mirror of
https://github.com/NixOS/nix
synced 2025-07-07 10:11:47 +02:00
* More test coverage.
This commit is contained in:
parent
80b5c71684
commit
fa95f4be3f
7 changed files with 15 additions and 0 deletions
1
tests/lang/eval-okay-if.nix
Normal file
1
tests/lang/eval-okay-if.nix
Normal file
|
@ -0,0 +1 @@
|
|||
if "foo" != "f" + "oo" then 1 else if false then 2 else 3
|
Loading…
Add table
Add a link
Reference in a new issue