* TDD: == should do a deep equality test, i.e., it should strictly
evaluate its arguments.
This commit is contained in:
1
tests/lang/eval-okay-eq.exp
Normal file
1
tests/lang/eval-okay-eq.exp
Normal file
@@ -0,0 +1 @@
|
||||
Bool(True)
|
||||
3
tests/lang/eval-okay-eq.nix
Normal file
3
tests/lang/eval-okay-eq.nix
Normal file
@@ -0,0 +1,3 @@
|
||||
["foobar" (rec {x = 1; y = x;})]
|
||||
==
|
||||
[("foo" + "bar") ({x = 1; y = 1;})]
|
||||
Reference in New Issue
Block a user