diff options
Diffstat (limited to 'third_party/rust/toml/tests/valid/array-empty.json')
-rw-r--r-- | third_party/rust/toml/tests/valid/array-empty.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/third_party/rust/toml/tests/valid/array-empty.json b/third_party/rust/toml/tests/valid/array-empty.json new file mode 100644 index 0000000000..2fbf2567f8 --- /dev/null +++ b/third_party/rust/toml/tests/valid/array-empty.json @@ -0,0 +1,11 @@ +{ + "thevoid": { "type": "array", "value": [ + {"type": "array", "value": [ + {"type": "array", "value": [ + {"type": "array", "value": [ + {"type": "array", "value": []} + ]} + ]} + ]} + ]} +} |