Currently, all tests are relative to `./tests/functional` instead of `./tests/functional/lang`. Whether this is a historical artefact or as intended, the current move is to align the tests with the new design of functional2, preparing them for an easier migration. Change-Id: Ie394691b071488a8000a005080b9167786d5bd9a
9 lines
298 B
Plaintext
9 lines
298 B
Plaintext
error:
|
|
… while calling the 'fromJSON' builtin
|
|
at /pwd/eval-fail-fromJSON-overflowing.nix:1:1:
|
|
1| builtins.fromJSON ''{"attr": 18446744073709551615}''
|
|
| ^
|
|
2|
|
|
|
|
error: unsigned json number 18446744073709551615 outside of Nix integer range
|