diff options
Diffstat (limited to 'third_party/rust/toml/tests/valid/implicit-groups.json')
-rw-r--r-- | third_party/rust/toml/tests/valid/implicit-groups.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/third_party/rust/toml/tests/valid/implicit-groups.json b/third_party/rust/toml/tests/valid/implicit-groups.json new file mode 100644 index 0000000000..fbae7fc71b --- /dev/null +++ b/third_party/rust/toml/tests/valid/implicit-groups.json @@ -0,0 +1,9 @@ +{ + "a": { + "b": { + "c": { + "answer": {"type": "integer", "value": "42"} + } + } + } +} |