comparison tests/data/conf10.py @ 460:d22985d6806e

Proper boolean context for jailed configurations: __bool__()/__nonzero__()
author Franz Glasner <fzglas.hg@dom66.de>
date Wed, 15 Dec 2021 09:10:01 +0100
parents 9dc9cef1b9cd
children
comparison
equal deleted inserted replaced
459:9dc9cef1b9cd 460:d22985d6806e
13 'key7': [], 13 'key7': [],
14 'key8': [ 14 'key8': [
15 u"val1", 15 u"val1",
16 u"val2", 16 u"val2",
17 u"{{key1}}" 17 u"{{key1}}"
18 ] 18 ],
19 'key9': {}
19 } 20 }
20 } 21 }