go-toml/parse/testfiles/invalid/iarna/array-of-tables-2.toml

11 lines
188 B
TOML

# INVALID TOML DOC
[[fruit]]
name = "apple"
[[fruit.variety]]
name = "red delicious"
# This table conflicts with the previous table
[fruit.variety]
name = "granny smith"