...

Text file src/github.com/BurntSushi/toml/internal/toml-test/tests/invalid/table/duplicate-key-dotted-table.toml

Documentation: github.com/BurntSushi/toml/internal/toml-test/tests/invalid/table

     1[fruit]
     2apple.color = "red"
     3
     4[fruit.apple] # INVALID

View as plain text