* Remove ancient Fix tests.
* Add automated Nix expression language tests.
This commit is contained in:
parent
f09618b63a
commit
463e2817c5
32 changed files with 145 additions and 87 deletions
5
tests/lang/eval-fail-blackhole.nix
Normal file
5
tests/lang/eval-fail-blackhole.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
let {
|
||||
body = x;
|
||||
x = y;
|
||||
y = x;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue