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