diff options
author | dom96 <dominikpicheta@googlemail.com> | 2011-01-28 00:05:42 +0000 |
---|---|---|
committer | dom96 <dominikpicheta@googlemail.com> | 2011-01-28 00:05:42 +0000 |
commit | 4b7ff3e0902c92b3483bd1000a8d4fb3f2bf8077 (patch) | |
tree | 1a278f9add5e9ab1e00b0cccff641ed19a7ef189 /tests/testdata/jsontest.json | |
parent | fa111b9067f92107865d4496affcfc0518b7c493 (diff) | |
download | Nim-4b7ff3e0902c92b3483bd1000a8d4fb3f2bf8077.tar.gz |
Corrected pretty() in json module, and added another file with json test data.
Diffstat (limited to 'tests/testdata/jsontest.json')
-rwxr-xr-x | tests/testdata/jsontest.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testdata/jsontest.json b/tests/testdata/jsontest.json index 714d18614..3a815e50f 100755 --- a/tests/testdata/jsontest.json +++ b/tests/testdata/jsontest.json @@ -19,7 +19,7 @@ ] , - "keyÄÖöoßß": false + "keyÄÖöoß\u00DF": false } // [{}, {899: 12, "x": "y"}, [], 123, 89, 89, "xyz", null, [], [], [1, 2, 3]] |