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

5 lines
70 B
TOML

array = [
"Is there life after an array separator?", No
"Entry"
]