1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-08 19:23:54 +02:00

* Remove ancient Fix tests.

* Add automated Nix expression language tests.
This commit is contained in:
Eelco Dolstra 2004-10-27 12:41:53 +00:00
parent f09618b63a
commit 463e2817c5
32 changed files with 145 additions and 87 deletions

View file

@ -0,0 +1,5 @@
let {
body = x;
x = y;
y = x;
}