From e3ed270b6e91222758efc923321edd4ce2cb36cc Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Mon, 31 Jan 2022 03:31:57 +0100 Subject: test: Update JSON test case to have negative numbers --- test/data/j1.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/data/j1.json b/test/data/j1.json index 2ae9acb..2fe564d 100644 --- a/test/data/j1.json +++ b/test/data/j1.json @@ -1 +1 @@ -{"test":[1,1],"foo":[[1],[1],[1],[1],[[1],[1],[1],[1],[[1],[1],[1],[1]]]],"more":{"a":"yo","b":[{"c":0.25},{"a":"yo","b":[{"c":0.25},{"a":"yo","b":[{"c":0.25}]}]}]}} \ No newline at end of file +{"test":[1,1],"foo":[[-1337],[1],[1],[1],[[1],[1],[1],[1],[[1],[1],[1],[1]]]],"more":{"a":"yo","b":[{"c":0.25},{"a":"yo","b":[{"c":0.25},{"a":"yo","b":[{"c":-0.25}]}]}]}} -- cgit v1.1-32-gdbae