feat: use CppNix's test suite
This commit is contained in:
15
nix-js/tests/lang/eval-fail-scope-5.nix
Normal file
15
nix-js/tests/lang/eval-fail-scope-5.nix
Normal file
@@ -0,0 +1,15 @@
|
||||
let {
|
||||
|
||||
x = "a";
|
||||
y = "b";
|
||||
|
||||
f =
|
||||
{
|
||||
x ? y,
|
||||
y ? x,
|
||||
}:
|
||||
x + y;
|
||||
|
||||
body = f { };
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user