summaryrefslogtreecommitdiffstats
path: root/tests/data/toml-lang-compliance/valid/table/spec-extend-dotted-object-1.toml
blob: b4d1b37ef1e216d530020a5eee43022cc3b31c36 (plain)
1
2
3
4
5
# This makes the key "fruit" into a table.
fruit.apple.smooth = true

# So then you can add to the table "fruit" like so:
fruit.orange = 2