toml-rs/test-suite/tests/valid/dotted-keys.toml
2018-07-16 09:10:38 -07:00

10 lines
123 B
TOML

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" }