summaryrefslogtreecommitdiffstats
path: root/internal/toml-test/tests/invalid/table/redefine.toml
blob: fc23bf7d61788ce3be2c72583266f2a8cafee073 (plain)
1
2
3
4
5
6
# Define b as int, and try to use it as a table: error
[a]
b = 1

[a.b]
c = 2