toml-rs/tests/invalid/duplicate-key-table.toml
2015-01-15 12:44:05 -08:00

6 lines
51 B
TOML

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