tlibtoml/tests/complex-structure.toml
2025-11-09 23:47:51 +05:00

36 lines
229 B
TOML

[a]
aa = 1
[[a.b]]
bb = 2
[[a.b]]
cc = 3
[a.c]
dd = 4
[a.c.d]
ee = 5
[[a.c.d.e]]
ff = 6
[[a.c.d.e]]
gg = 7
[a.c.d.e.f]
hh = 8
[[b]]
ii = 9
[[b]]
jj = 10
[b.a]
kk = 11
[this.is-a."complex" . 'table' . name]
ok = true