Also slightly refactor the existing crlf test to better fit in Change-Id: Ib4dfa4b3318b3dd55a12d99a9f4908cdf1bce08b
15 lines
341 B
TOML
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"]
|