Mercurial > p > roundup > code
diff test/test_templating.py @ 5815:fe35a232c6dc
Make comment block raw to avoid travis ci warning on \d in comment block.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Fri, 14 Jun 2019 21:47:22 -0400 |
| parents | 7d276bb8b46d |
| children | c3728772c594 |
line wrap: on
line diff
--- a/test/test_templating.py Fri Jun 14 21:26:19 2019 -0400 +++ b/test/test_templating.py Fri Jun 14 21:47:22 2019 -0400 @@ -296,7 +296,7 @@ ae(t('http://roundup.net/%c/' % c), '<a href="http://roundup.net/%c/" rel="nofollow noopener">http://roundup.net/%c/</a>' % (c, c)) -''' +r''' class HTMLPermissions: def is_edit_ok(self): def is_view_ok(self):
