summaryrefslogtreecommitdiffstats
path: root/tests/data/toml-lang-compliance/valid/table/spec-table-8.toml
blob: 889b19e32a954db5c0aa2af67961c90ad0ecc47f (plain)
1
2
3
4
5
6
[fruit]
apple.color = "red"
apple.taste.sweet = true

[fruit.apple.texture]  # you can add sub-tables
smooth = true