comparison tests/data/conf10.py @ 459:9dc9cef1b9cd

Implement proper iteration support for jailed configurations
author Franz Glasner <fzglas.hg@dom66.de>
date Wed, 15 Dec 2021 08:48:37 +0100
parents 816327e178b0
children d22985d6806e
comparison
equal deleted inserted replaced
458:a68240971d3d 459:9dc9cef1b9cd
7 'key3': 0x20, 7 'key3': 0x20,
8 8
9 'tree2': { 9 'tree2': {
10 'key4': u"get this as `tree1.tree2.key4'", 10 'key4': u"get this as `tree1.tree2.key4'",
11 'key5': True, 11 'key5': True,
12 'key6': u"off" 12 'key6': u"off",
13 'key7': [],
14 'key8': [
15 u"val1",
16 u"val2",
17 u"{{key1}}"
18 ]
13 } 19 }
14 } 20 }
15