diff options
Diffstat (limited to 'test/json/empty-array-1')
-rw-r--r-- | test/json/empty-array-1/check.txt | 2 | ||||
-rw-r--r-- | test/json/empty-array-1/input.json | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/test/json/empty-array-1/check.txt b/test/json/empty-array-1/check.txt new file mode 100644 index 0000000..60374d8 --- /dev/null +++ b/test/json/empty-array-1/check.txt @@ -0,0 +1,2 @@ +ns0="http://schemas.kohei.us/orcus/2015/json" +/ns0:array diff --git a/test/json/empty-array-1/input.json b/test/json/empty-array-1/input.json new file mode 100644 index 0000000..fe51488 --- /dev/null +++ b/test/json/empty-array-1/input.json @@ -0,0 +1 @@ +[] |