Files
lix/tests/functional2/lang/line-endings-crlf/test.toml
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

15 lines
341 B
TOML

[[test]]
name = "parse-fail-crlf"
runner = "parse-fail"
[[test]]
name = "parse-okay-with-warning"
runner = "parse-okay"
flags = ["--extra-deprecated-features", "cr-line-endings"]
[[test]]
runner = "parse-fail"
in = [ "in-eol-1.nix", "in-eol-2.nix", "in-eol-3.nix" ]
matrix = true
flags = ["--extra-deprecated-features", "cr-line-endings"]