summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/testdata/jsontest.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/testdata/jsontest.json b/tests/testdata/jsontest.json
index d5555456a..714d18614 100755
--- a/tests/testdata/jsontest.json
+++ b/tests/testdata/jsontest.json
@@ -1,11 +1,11 @@
 // Simple JSON test file
-// (c) 2009 Andreas Rumpf
+// (c) 2011 Andreas Rumpf
 
 /* a long comment */
 
 {
   "key1": null,
-  {1: 2, {}: 4}: 12,
+  "obj": {"1": 2, "5": 4},
   
   "key2": [
     {},
@@ -19,7 +19,7 @@
     
   
   ]        ,
-  "key3": false
+  "keyÄÖöoßß": false
 }
 
 // [{}, {899: 12, "x": "y"}, [], 123, 89, 89, "xyz", null, [], [], [1, 2, 3]]