go-toml/parse/testfiles/valid/iarna/spec-array-of-tables-2.toml

19 lines
252 B
TOML

[[fruit]]
name = "apple"
[fruit.physical]
color = "red"
shape = "round"
[[fruit.variety]]
name = "red delicious"
[[fruit.variety]]
name = "granny smith"
[[fruit]]
name = "banana"
[[fruit.variety]]
name = "plantain"