Skip to content

Commit c953ab5

Browse files
committed
Make comment block raw to avoid travis ci warning on \d in comment block.
1 parent d25d91b commit c953ab5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_templating.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ def t(s): return p.hyper_re.sub(p._hyper_repl, s)
296296
ae(t('http://roundup.net/%c/' % c),
297297
'<a href="http://roundup.net/%c/" rel="nofollow noopener">http://roundup.net/%c/</a>' % (c, c))
298298

299-
'''
299+
r'''
300300
class HTMLPermissions:
301301
def is_edit_ok(self):
302302
def is_view_ok(self):

0 commit comments

Comments
 (0)