1 parent ead1751 commit 5c3fbcaCopy full SHA for 5c3fbca
1 file changed
wwiser/viewer/wtemplate.py
@@ -17,7 +17,7 @@ class Template(object):
17
${: else x > 5: }
18
${ : }
19
${ #comment }
20
- $\{:} escaped
+ $\\{:} escaped
21
${_write(x)} or ${x} or ${'%s' % x} or ${"", x} #x must exist
22
${:if:}{{test}}${:} #also ok
23
${
0 commit comments