Files
lix/tests/functional2/lang/fromJSON-overflowing/eval-fail-overflow.err.exp
T
Emily d84bc45e17 tests/functional2/lang: add test for underflowing JSON number literal
Change-Id: I6a6a6964c49a82244f7c0062c27ec9a5feadd910
2025-08-15 00:19:25 +01:00

9 lines
270 B
Plaintext

error:
… while calling the 'fromJSON' builtin
at /pwd/in.nix:1:1:
1| builtins.fromJSON ''{"attr": 18446744073709551615}''
| ^
2|
error: unsigned json number 18446744073709551615 outside of Nix integer range