The second test has also been fixed. I'd do it in two commits if functional1 wasn't such a PITA (guess why we're doing the migration …). Basically, the introduced syntax got changed later on, but the test never got updated, and back then tests didn't test the output so nobody ever noticed it now failing for a wrong reason. Change-Id: I5b66127d507c65676b8dd4a82d1e1f2857fef145
7 lines
192 B
Plaintext
7 lines
192 B
Plaintext
error: undefined variable 'z'
|
|
at /pwd/in.nix:3:28:
|
|
2|
|
|
3| f = {x, y ? ["baz" "bar" z "bat"]}: x + y;
|
|
| ^
|
|
4|
|