toml-rs/test-suite/tests/valid/table-array-nest.toml

18 lines
262 B
TOML
Raw Normal View History

2014-06-20 19:01:38 -05:00
[[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"