summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2022-01-31 03:31:57 +0100
committerGravatar Nikias Bassen2022-01-31 03:31:57 +0100
commite3ed270b6e91222758efc923321edd4ce2cb36cc (patch)
treeb4a633c6fff20c586a77b1ccbcfba27c0650d38c
parent8ea84caa3cba801c4f240648a6b7919e9b3e0b0d (diff)
downloadlibplist-e3ed270b6e91222758efc923321edd4ce2cb36cc.tar.gz
libplist-e3ed270b6e91222758efc923321edd4ce2cb36cc.tar.bz2
test: Update JSON test case to have negative numbers
-rw-r--r--test/data/j1.json2
1 files changed, 1 insertions, 1 deletions
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}]}]}]}}