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

[table]
a.b.c = 1
a  .  b  .  d = 2
in = {foo = 1}
in.bar = 2

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