git.sr.ht/~pingoo/stdx@v0.0.0-20240218134121-094174641f6e/toml/internal/toml-test/tests/valid/table/array-many.toml (about) 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"