about summary refs log tree commit diff
path: root/third_party/nix/src/tests/lang/eval-okay-eq.nix
["foobar" (rec {x = 1; y = x;})]
==
[("foo" + "bar") ({x = 1; y = 1;})]