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