Files
lix/tests/functional2/lang/string-coerce-integers/test.toml
T
Commentator2.0 89a9d6e529 tests/functional2/lang: Migrate string coersion for integers
Change-Id: I428c8935119b3184109b3e3f760ed72054b0cd00
2025-11-18 19:45:15 +01:00

16 lines
332 B
TOML

[[test]]
runner = "eval-okay"
flags = ["--extra-experimental-features", "coerce-integers"]
in = "in.nix"
[[test]]
runner = "eval-fail"
flags = ["--extra-experimental-features", "coerce-integers"]
matrix = true
in = ["in-accidental-coerce.nix", "in-coerce-substring.nix"]
[[test]]
name = "no-xp"
runner = "eval-fail"
in = "in.nix"