diff options
Diffstat (limited to 'test/testdata/eval-okay-eq.nix')
-rw-r--r-- | test/testdata/eval-okay-eq.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/testdata/eval-okay-eq.nix b/test/testdata/eval-okay-eq.nix new file mode 100644 index 0000000..73d200b --- /dev/null +++ b/test/testdata/eval-okay-eq.nix | |||
@@ -0,0 +1,3 @@ | |||
1 | ["foobar" (rec {x = 1; y = x;})] | ||
2 | == | ||
3 | [("foo" + "bar") ({x = 1; y = 1;})] | ||