diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 05:48:59 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 05:48:59 +0000 |
commit | c484829272cd13a738e35412498e12f2c9a194ac (patch) | |
tree | a1f5ec09629ee895bd3963fa8820b45f2f4c574b /test/json-structure/no-value-nodes | |
parent | Initial commit. (diff) | |
download | liborcus-c484829272cd13a738e35412498e12f2c9a194ac.tar.xz liborcus-c484829272cd13a738e35412498e12f2c9a194ac.zip |
Adding upstream version 0.19.2.upstream/0.19.2upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'test/json-structure/no-value-nodes')
-rw-r--r-- | test/json-structure/no-value-nodes/01.json | 1 | ||||
-rw-r--r-- | test/json-structure/no-value-nodes/02.json | 1 | ||||
-rw-r--r-- | test/json-structure/no-value-nodes/03.json | 1 | ||||
-rw-r--r-- | test/json-structure/no-value-nodes/04.json | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/test/json-structure/no-value-nodes/01.json b/test/json-structure/no-value-nodes/01.json new file mode 100644 index 0000000..fe51488 --- /dev/null +++ b/test/json-structure/no-value-nodes/01.json @@ -0,0 +1 @@ +[] diff --git a/test/json-structure/no-value-nodes/02.json b/test/json-structure/no-value-nodes/02.json new file mode 100644 index 0000000..1721244 --- /dev/null +++ b/test/json-structure/no-value-nodes/02.json @@ -0,0 +1 @@ +[[]] diff --git a/test/json-structure/no-value-nodes/03.json b/test/json-structure/no-value-nodes/03.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/test/json-structure/no-value-nodes/03.json @@ -0,0 +1 @@ +{} diff --git a/test/json-structure/no-value-nodes/04.json b/test/json-structure/no-value-nodes/04.json new file mode 100644 index 0000000..b672212 --- /dev/null +++ b/test/json-structure/no-value-nodes/04.json @@ -0,0 +1 @@ +{"k": []} |