* Tests for domain checks.
This commit is contained in:
parent
57751fdb55
commit
b545c669a0
3 changed files with 15 additions and 0 deletions
7
tests/lang/eval-fail-bad-value.nix
Normal file
7
tests/lang/eval-fail-bad-value.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
let {
|
||||
|
||||
f = {x, y : ["baz" "bat"]}: x + y;
|
||||
|
||||
body = f {x = "foo"; y = "bar";};
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue