diff 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
line wrap: on
line diff
--- a/tests/data/conf10.py	Wed Dec 15 08:48:37 2021 +0100
+++ b/tests/data/conf10.py	Wed Dec 15 09:10:01 2021 +0100
@@ -15,6 +15,7 @@
             u"val1",
             u"val2",
             u"{{key1}}"
-        ]
+        ],
+        'key9': {}
     }
 }