Files
lix/tests/functional2/lang/line-endings-crlf/parse-fail-crlf.err.exp
T
piegames 5f7e032d28 tests/functional2/lang: Migrate eol tests
Also slightly refactor the existing crlf test to better fit in

Change-Id: Ib4dfa4b3318b3dd55a12d99a9f4908cdf1bce08b
2025-11-17 22:10:11 +00:00

13 lines
739 B
Plaintext

warning: CR (`\r`) and CRLF (`\r\n`) line endings are not supported. Please inspect the file and normalize it to use LF (`\n`) line endings instead. Use --extra-deprecated-features cr-line-endings to silence this warning.
at /pwd/in.nix:7:21:
6| x =
7| # Dit is een test.
| ^
8| y;
error: CR (`\r`) and CRLF (`\r\n`) line endings are not supported. Please inspect the file and normalize it to use LF (`\n`) line endings instead. Use --extra-deprecated-features cr-line-endings to silence this warning.
at /pwd/in.nix:14:15:
13| # translated to LF.
14| foo = "multi
| ^
15| line