aboutsummaryrefslogtreecommitdiff
path: root/test-suite/tests/valid/dotted-keys.toml
blob: 234d64c8dfc470caef99fc701e9dda521846d7c7 (plain)
1
2
3
4
5
6
7
a.b = 123

[table]
a.b.c = 1
a  .  b  .  d = 2

in = { type.name = "cat", type.color = "blue" }