Files
lix/tests/functional2/lang/undefined-var/parse-fail.err.exp
T
piegames 59dd03bc39 tests/functional2/lang: Migrate undefined-var tests
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
2025-11-17 22:10:11 +00:00

6 lines
112 B
Plaintext

error: undefined variable 'y'
at /pwd/in.nix:1:4:
1| x: y
| ^
2|