istanbul-tools/vendor/github.com/naoina/toml/testdata/unmarshal-arraytable-nested...

9 lines
186 B
TOML

# unmarshal-arraytable-nested-3.toml
[[fruit]]
variety = [{name = "red delicious"}, {name = "granny smith"}]
[[fruit]]
variety = [{name = "plantain"}]
area = [{name = "phillippines"}]