Mercurial > hgrepos > Python > libs > ConfigMix
comparison tests/data/conf10.json @ 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 |
|---|---|
| 3 "tree1": { | 3 "tree1": { |
| 4 "key3": 32, | 4 "key3": 32, |
| 5 "tree2": { | 5 "tree2": { |
| 6 "key4": "get this as `tree1.tree2.key4'", | 6 "key4": "get this as `tree1.tree2.key4'", |
| 7 "key5": true, | 7 "key5": true, |
| 8 "key6": "off" | 8 "key6": "off", |
| 9 "key7": [], | |
| 10 "key8": [ "val1", "val2", "{{key1}}" ], | |
| 11 "key9": {} | |
| 9 } | 12 } |
| 10 } | 13 } |
| 11 } | 14 } |
