DEBSOURCES
Skip Quicknav
sources / python-tomlkit / 0.13.2-1 / tests / examples / sections_with_same_start.toml
12345678
[section] key = "value" [section2] "key2" = 12.34 [section2.sub-section] "key3" = "something"