aboutsummaryrefslogtreecommitdiff
path: root/test-suite/tests/valid/array-nospaces.json
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/tests/valid/array-nospaces.json')
-rw-r--r--test-suite/tests/valid/array-nospaces.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/test-suite/tests/valid/array-nospaces.json b/test-suite/tests/valid/array-nospaces.json
new file mode 100644
index 0000000..1833d61
--- /dev/null
+++ b/test-suite/tests/valid/array-nospaces.json
@@ -0,0 +1,10 @@
+{
+ "ints": {
+ "type": "array",
+ "value": [
+ {"type": "integer", "value": "1"},
+ {"type": "integer", "value": "2"},
+ {"type": "integer", "value": "3"}
+ ]
+ }
+}