Refactor the test system
This commit is contained in:
5
test/suites/valid/complex-array/input
Normal file
5
test/suites/valid/complex-array/input
Normal file
@@ -0,0 +1,5 @@
|
||||
[1,2,3,4,
|
||||
"a", "b", "c",
|
||||
{"foo": "bar", "core": "dump"},
|
||||
true, false, true, true, null, false
|
||||
]
|
||||
1
test/suites/valid/complex-array/output
Normal file
1
test/suites/valid/complex-array/output
Normal file
@@ -0,0 +1 @@
|
||||
[1, 2, 3, 4, "a", "b", "c", {"foo": "bar", "core": "dump"}, true, false, true, true, null, false]
|
||||
Reference in New Issue
Block a user