toml-rs/test-suite/tests/invalid/text-in-array.toml
2017-11-12 19:33:11 -08:00

6 lines
56 B
TOML

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