]> git.proxmox.com Git - rustc.git/blob - src/vendor/toml/tests/valid/array-empty.json
New upstream version 1.26.2+dfsg1
[rustc.git] / src / vendor / toml / tests / valid / array-empty.json
1 {
2 "thevoid": { "type": "array", "value": [
3 {"type": "array", "value": [
4 {"type": "array", "value": [
5 {"type": "array", "value": [
6 {"type": "array", "value": []}
7 ]}
8 ]}
9 ]}
10 ]}
11 }