Mercurial > hgrepos > Python > libs > ConfigMix
diff tests/data/conf20.yml @ 516:ad1e630ba736
FIX: Do not filter-out all False values then interpolating (zero int, boolean False)
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 19 Dec 2021 14:36:18 +0100 |
| parents | af371f9c016d |
| children |
line wrap: on
line diff
--- a/tests/data/conf20.yml Sun Dec 19 14:10:28 2021 +0100 +++ b/tests/data/conf20.yml Sun Dec 19 14:36:18 2021 +0100 @@ -101,6 +101,11 @@ Str: a string +test-falsy-values: + b: false + i: 0 + v: 'A{{test-falsy-values.b}}B{{test-falsy-values.i}}C' + to-be-deleted: 'a value' to-be-deleted-but-reassigned: 'another value'
