forked from lix-project/lix
Add test eval-okay-nested-with
This commit is contained in:
parent
4ee4fda521
commit
f2273b11f5
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