go-toml/parse/testfiles/invalid/BurntSushi/text-in-array.toml

6 lines
56 B
TOML

array = [
"Entry 1",
I don't belong,
"Entry 2",
]