toml-rs/test-suite/tests/valid/dotted-keys.toml

8 lines
96 B
TOML

a.b = 123
[table]
a.b.c = 1
a . b . d = 2
in = { type.name = "cat", type.color = "blue" }