std/encoding/testdata/arrays.toml
1234567891011[arrays]data = [ ["gamma", "delta"], [1, 2] ] # comment after an array caused issue #7072# Line breaks are OK when inside arrayshosts = [ "alpha", "omega"] # commentprofiles = [ { name = "John", "john@example.com" = true }, { name = "Doe", "doe@example.com" = true }, ]