go-toml/parse/testfiles/invalid/BurntSushi/duplicate-key-table.toml

6 lines
51 B
TOML

[fruit]
type = "apple"
[fruit.type]
apple = "yes"