From b8e9fedc5f1694164707c810dd9dae3f6468edb6 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Mon, 7 Feb 2022 09:36:16 +0100 Subject: test: Add int64 min/max testcase for JSON parser --- test/data/int64_min_max.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 test/data/int64_min_max.json (limited to 'test/data/int64_min_max.json') 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 -- cgit v1.1-32-gdbae