go-toml/parse/testfiles/invalid/mmakaay/toml-hard-example-3.toml

7 lines
257 B
TOML

# From: https://github.com/toml-lang/toml/blob/master/tests/hard_example.toml
array = [
"This might most likely happen in multiline arrays",
Like here,
"or here,
and here"
] End of array comment, forgot the #