tests/functional2/lang: Migrate eval-okay-eq*
Change-Id: I17f81a765bbdbde3a27dd547e1ef65bffa97bce5
This commit is contained in:
@@ -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 +0,0 @@
|
||||
true
|
||||
@@ -1,3 +0,0 @@
|
||||
["foobar" (rec {x = 1; y = x;})]
|
||||
==
|
||||
[("foo" + "bar") ({x = 1; y = 1;})]
|
||||
Reference in New Issue
Block a user