diff options
author | Nikias Bassen | 2022-02-07 09:36:16 +0100 |
---|---|---|
committer | Nikias Bassen | 2022-02-07 09:36:16 +0100 |
commit | b8e9fedc5f1694164707c810dd9dae3f6468edb6 (patch) | |
tree | 5e84bba02328f44e8a51a5d9a4f2a91373adc772 /test/data | |
parent | 2727078f8f2d94cd03344a3c83672b543d726b39 (diff) | |
download | libplist-b8e9fedc5f1694164707c810dd9dae3f6468edb6.tar.gz libplist-b8e9fedc5f1694164707c810dd9dae3f6468edb6.tar.bz2 |
test: Add int64 min/max testcase for JSON parser
Diffstat (limited to 'test/data')
-rw-r--r-- | test/data/int64_min_max.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/data/int64_min_max.json b/test/data/int64_min_max.json new file mode 100644 index 0000000..7707090 --- /dev/null +++ b/test/data/int64_min_max.json @@ -0,0 +1 @@ +{"INT64_MIN":-9223372036854775808,"INT64_MAX":9223372036854775807}
\ No newline at end of file |