diff options
Diffstat (limited to 'tests/data/toml-lang-compliance/valid/table/spec-table-8.toml')
-rw-r--r-- | tests/data/toml-lang-compliance/valid/table/spec-table-8.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/data/toml-lang-compliance/valid/table/spec-table-8.toml b/tests/data/toml-lang-compliance/valid/table/spec-table-8.toml new file mode 100644 index 0000000..889b19e --- /dev/null +++ b/tests/data/toml-lang-compliance/valid/table/spec-table-8.toml @@ -0,0 +1,6 @@ +[fruit] +apple.color = "red" +apple.taste.sweet = true + +[fruit.apple.texture] # you can add sub-tables +smooth = true |