toml-rs/src/test/valid/table-array-many.toml
2014-06-20 17:01:38 -07:00

12 lines
163 B
TOML

[[people]]
first_name = "Bruce"
last_name = "Springsteen"
[[people]]
first_name = "Eric"
last_name = "Clapton"
[[people]]
first_name = "Bob"
last_name = "Seger"