Mercurial > hgrepos > Python > libs > ConfigMix
comparison tests/data/conf10.toml @ 732:88bfa76463a6
FIX: Make all configurations on conf10.* semantically identical.
BUGS: INI and lists
| author | Franz Glasner <f.glasner@feldmann-mg.com> |
|---|---|
| date | Fri, 18 Aug 2023 11:50:39 +0200 |
| parents | 816327e178b0 |
| children |
comparison
equal
deleted
inserted
replaced
| 731:75d37575472b | 732:88bfa76463a6 |
|---|---|
| 8 | 8 |
| 9 [tree1.tree2] | 9 [tree1.tree2] |
| 10 key4 = "get this as `tree1.tree2.key4'" | 10 key4 = "get this as `tree1.tree2.key4'" |
| 11 key5 = true | 11 key5 = true |
| 12 key6 = "off" | 12 key6 = "off" |
| 13 key7 = [] | |
| 14 key8 = [ | |
| 15 "val1", | |
| 16 "val2", | |
| 17 "{{key1}}" | |
| 18 ] | |
| 19 | |
| 20 [tree1.tree2.key9] |
