1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-24 22:11:15 +02:00
nix/tests/functional/lang/eval-fail-fromTOML-valueWithNullByte.err.exp
2024-12-09 22:04:21 +01:00

8 lines
337 B
Text

error:
… while calling the 'fromTOML' builtin
at /pwd/lang/eval-fail-fromTOML-valueWithNullByte.nix:1:1:
1| builtins.fromTOML ''k = "a\u0000b"''
| ^
2|
error: while parsing TOML: error: input string 'a␀b' cannot be represented as Nix string because it contains null bytes