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

8 lines
96 B
TOML
Raw Permalink Normal View History

2018-07-11 01:29:47 -05:00
a.b = 123
[table]
a.b.c = 1
a . b . d = 2
in = { type.name = "cat", type.color = "blue" }