Files
lix/tests/functional2/lang/nul_bytes_parsers/test.toml
T
EmilyandPhilipp Otterbein 860984be27 tests/functional2/lang: add tests for NUL bytes in JSON and TOML
Based on the tests in the upstream PR.

Co-authored-by: Philipp Otterbein <potterbein@blockstream.com>
Upstream-PR: https://github.com/NixOS/nix/pull/12024
Change-Id: I6a6a69643ae9bd2445e551013d09e64ac1fe9916
2025-08-14 22:19:29 +01:00

12 lines
214 B
TOML

[[test]]
name = "eval-depr"
matrix = true
# FIXME: These should fail.
runner = "eval-okay"
[[test]]
name = "eval-allow-depr"
matrix = true
runner = "eval-okay"
flags = ["--extra-deprecated-features", "nul-bytes"]