comparison 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
comparison
equal deleted inserted replaced
515:3387a9d5fb12 516:ad1e630ba736
99 - 2 99 - 2
100 - 3 100 - 3
101 101
102 Str: a string 102 Str: a string
103 103
104 test-falsy-values:
105 b: false
106 i: 0
107 v: 'A{{test-falsy-values.b}}B{{test-falsy-values.i}}C'
108
104 109
105 to-be-deleted: 'a value' 110 to-be-deleted: 'a value'
106 to-be-deleted-but-reassigned: 'another value' 111 to-be-deleted-but-reassigned: 'another value'
107 # not touched in later config: should be cleaned up 112 # not touched in later config: should be cleaned up
108 not-deleted: '{{::DEL::}}' 113 not-deleted: '{{::DEL::}}'