]> git.proxmox.com Git - rustc.git/blob - src/vendor/toml-0.1.30/tests/valid/table-array-nest.toml
New upstream version 1.20.0+dfsg1
[rustc.git] / src / vendor / toml-0.1.30 / tests / valid / table-array-nest.toml
1 [[albums]]
2 name = "Born to Run"
3
4 [[albums.songs]]
5 name = "Jungleland"
6
7 [[albums.songs]]
8 name = "Meeting Across the River"
9
10 [[albums]]
11 name = "Born in the USA"
12
13 [[albums.songs]]
14 name = "Glory Days"
15
16 [[albums.songs]]
17 name = "Dancing in the Dark"