tests/functional2/lang: Migrate eval-okay-eq*

Change-Id: I17f81a765bbdbde3a27dd547e1ef65bffa97bce5
This commit is contained in:
piegames
2025-09-18 23:38:46 +02:00
parent 16db4da8f0
commit 81baa64847
4 changed files with 0 additions and 0 deletions
@@ -1 +0,0 @@
[ true true true false ]
@@ -1,10 +0,0 @@
let
drvA1 = derivation { name = "a"; builder = "/foo"; system = "i686-linux"; };
drvA2 = derivation { name = "a"; builder = "/foo"; system = "i686-linux"; };
drvA3 = derivation { name = "a"; builder = "/foo"; system = "i686-linux"; } // { dummy = 1; };
drvC1 = derivation { name = "c"; builder = "/foo"; system = "i686-linux"; };
drvC2 = derivation { name = "c"; builder = "/bar"; system = "i686-linux"; };
in [ (drvA1 == drvA1) (drvA1 == drvA2) (drvA1 == drvA3) (drvC1 == drvC2) ]
-1
View File
@@ -1 +0,0 @@
true
-3
View File
@@ -1,3 +0,0 @@
["foobar" (rec {x = 1; y = x;})]
==
[("foo" + "bar") ({x = 1; y = 1;})]