toml-rs/tests/invalid/text-in-array.toml
2015-01-15 12:44:05 -08:00

6 lines
56 B
TOML

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