summary refs log tree commit diff stats
path: root/tests/jsontest.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/jsontest.json')
-rwxr-xr-xtests/jsontest.json22
1 files changed, 0 insertions, 22 deletions
diff --git a/tests/jsontest.json b/tests/jsontest.json
deleted file mode 100755
index 27b5ba1d1..000000000
--- a/tests/jsontest.json
+++ /dev/null
@@ -1,22 +0,0 @@
-// Simple JSON test file
-// (c) 2009 Andreas Rumpf
-
-/* a long comment */
-
-{
-  "key1": null,
-  "key2": [
-    {},
-    {   },
-    [],
-    
-    [ /* empty array */ ],
-    
-    -1e10 // another comment
-    
-  
-  ]        ,
-  "key3": false
-}
-
-