Files
lix/tests/functional2/lang/float/test.toml
T
piegamesandCommentator2.0 cbaa172775 libexpr: Warn on floating point literals without leading or trailing zero
Co-authored-by: Commentator2.0 <lix@crystal-cavern.systems>
Change-Id: I0b58531ad091b22dc59d5717f5d1c8c814b4d2ea
2026-01-31 15:32:27 +01:00

15 lines
254 B
TOML

[[test]]
runner = "eval-okay"
in = "in.nix"
[[test]]
name = "warn"
runner = "eval-okay"
in = "in-depr-syntax.nix"
[[test]]
name = "allowed"
runner = "eval-okay"
in = "in-depr-syntax.nix"
flags = ["--extra-deprecated-features", "floating-without-zero"]