toml-rs/test-suite/tests/valid/table-array-nest.toml
2017-11-12 19:33:11 -08:00

18 lines
262 B
TOML

[[albums]]
name = "Born to Run"
[[albums.songs]]
name = "Jungleland"
[[albums.songs]]
name = "Meeting Across the River"
[[albums]]
name = "Born in the USA"
[[albums.songs]]
name = "Glory Days"
[[albums.songs]]
name = "Dancing in the Dark"