summaryrefslogtreecommitdiffstats
path: root/third_party/rust/toml/tests/valid/array-empty.json
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/rust/toml/tests/valid/array-empty.json')
-rw-r--r--third_party/rust/toml/tests/valid/array-empty.json11
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": []}
+ ]}
+ ]}
+ ]}
+ ]}
+}