Currently, all tests are relative to `./tests/functional` instead of `./tests/functional/lang`. Whether this is a historical artefact or as intended, the current move is to align the tests with the new design of functional2, preparing them for an easier migration. Change-Id: Ie394691b071488a8000a005080b9167786d5bd9a
13 lines
396 B
Plaintext
13 lines
396 B
Plaintext
error:
|
|
… from call site
|
|
at /pwd/eval-fail-missing-arg.nix:1:1:
|
|
1| ({x, y, z}: x + y + z) {x = "foo"; z = "bar";}
|
|
| ^
|
|
2|
|
|
|
|
error: function 'anonymous lambda' called without required argument 'y'
|
|
at /pwd/eval-fail-missing-arg.nix:1:2:
|
|
1| ({x, y, z}: x + y + z) {x = "foo"; z = "bar";}
|
|
| ^
|
|
2|
|