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

14 lines
194 B
TOML

[[fruit.blah]]
name = "apple"
[fruit.blah.physical]
color = "red"
shape = "round"
[[fruit.blah]]
name = "banana"
[fruit.blah.physical]
color = "yellow"
shape = "bent"