summaryrefslogtreecommitdiffstats
path: root/tests/data/toml-lang-compliance/valid/table/spec-extend-dotted-object-3.toml
blob: 705686c94f1b1ebfe86295f63df671e0ad1ae12e (plain)
1
2
3
4
5
6
7
8
9
# RECOMMENDED

apple.type = "fruit"
apple.skin = "thin"
apple.color = "red"

orange.type = "fruit"
orange.skin = "thick"
orange.color = "orange"