Files
lix/tests/functional2/lang/line_endings/test.toml
T
Commentator2.0 d1afc83676 tests/functional2/lang: improve toml design
Redesigns the test.toml to use a list instead of a directory
additionally it is now possible to do toml and matrix tests on singular
files as well as on a subset of files.

Fixes: #851

Change-Id: If8635109c6274f406ad68fe35315b9125f45f67d
2025-06-20 11:36:13 +02:00

9 lines
156 B
TOML

[[test]]
name = "depr"
runner = "parse-fail"
[[test]]
name = "allow-depr"
runner = "parse-okay"
flags = ["--extra-deprecated-features", "cr-line-endings"]