aboutsummaryrefslogtreecommitdiffstats
path: root/spec/json
diff options
context:
space:
mode:
Diffstat (limited to 'spec/json')
-rw-r--r--spec/json/pass1.json6
-rw-r--r--spec/json/pass4.json8
2 files changed, 11 insertions, 3 deletions
diff --git a/spec/json/pass1.json b/spec/json/pass1.json
index 70e26854..4d46cfcb 100644
--- a/spec/json/pass1.json
+++ b/spec/json/pass1.json
@@ -20,8 +20,8 @@
"backslash": "\\",
"controls": "\b\f\n\r\t",
"slash": "/ & \/",
- "alpha": "abcdefghijklmnopqrstuvwyz",
- "ALPHA": "ABCDEFGHIJKLMNOPQRSTUVWYZ",
+ "alpha": "abcdefghijklmnopqrstuvwxyz",
+ "ALPHA": "ABCDEFGHIJKLMNOPQRSTUVWXYZ",
"digit": "0123456789",
"0123456789": "digit",
"special": "`1~!@#$%^&*()_+-={':[,]}|;.</>?",
@@ -55,4 +55,4 @@
0.1e1,
1e-1,
1e00,2e+00,2e-00
-,"rosebud"] \ No newline at end of file
+,"rosebud"]
diff --git a/spec/json/pass4.json b/spec/json/pass4.json
new file mode 100644
index 00000000..595026ad
--- /dev/null
+++ b/spec/json/pass4.json
@@ -0,0 +1,8 @@
+{
+ "one": [
+
+ ],
+ "two": [],
+ "three": [ ],
+ "four": [ ]
+}