toml-rs/test-suite/tests/invalid/duplicate-key-table.toml
2017-11-12 19:33:11 -08:00

6 lines
51 B
TOML

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