forked from lix-project/lix
72396e0038
the parser treats a plain \r as a newline, error reports do not. this can lead to interesting divergences if anything makes use of this feature, with error reports pointing to wrong locations in the input (or even outside the input altogether).
7 lines
163 B
Plaintext
7 lines
163 B
Plaintext
error: undefined variable 'invalid'
|
|
at /pwd/lang/eval-fail-eol-2.nix:2:1:
|
|
1| # foo
|
|
2| invalid
|
|
| ^
|
|
3| # bar
|