forked from lix-project/lix
Merge branch 'add-test-eval-okay-nested-with' of git://github.com/ryantrinkle/nix
This commit is contained in:
commit
0aae411eaa
1
tests/lang/eval-okay-nested-with.exp
Normal file
1
tests/lang/eval-okay-nested-with.exp
Normal file
|
@ -0,0 +1 @@
|
|||
2
|
3
tests/lang/eval-okay-nested-with.nix
Normal file
3
tests/lang/eval-okay-nested-with.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
with { x = 1; };
|
||||
with { x = 2; };
|
||||
x
|
Loading…
Reference in a new issue