]> git.proxmox.com Git - cargo.git/blob - vendor/toml-0.4.5/tests/valid/table-array-many.toml
New upstream version 0.23.0
[cargo.git] / vendor / toml-0.4.5 / tests / valid / table-array-many.toml
1 [[people]]
2 first_name = "Bruce"
3 last_name = "Springsteen"
4
5 [[people]]
6 first_name = "Eric"
7 last_name = "Clapton"
8
9 [[people]]
10 first_name = "Bob"
11 last_name = "Seger"