istanbul-tools/vendor/github.com/naoina/toml/testdata/unmarshal-table-conflict-3....

9 lines
91 B
TOML

# unmarshal-table-conflict-3.toml
# Key b conflicts with table a.b
[a.b]
c = 2
[a]
b = 1