comparison 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
comparison
equal deleted inserted replaced
5814:bd6d41f21a5a 5815:fe35a232c6dc
294 '<a href="http://roundup.net/" rel="nofollow noopener">http://roundup.net/</a>%c ' % c) 294 '<a href="http://roundup.net/" rel="nofollow noopener">http://roundup.net/</a>%c ' % c)
295 # but it's included if it's part of the URL 295 # but it's included if it's part of the URL
296 ae(t('http://roundup.net/%c/' % c), 296 ae(t('http://roundup.net/%c/' % c),
297 '<a href="http://roundup.net/%c/" rel="nofollow noopener">http://roundup.net/%c/</a>' % (c, c)) 297 '<a href="http://roundup.net/%c/" rel="nofollow noopener">http://roundup.net/%c/</a>' % (c, c))
298 298
299 ''' 299 r'''
300 class HTMLPermissions: 300 class HTMLPermissions:
301 def is_edit_ok(self): 301 def is_edit_ok(self):
302 def is_view_ok(self): 302 def is_view_ok(self):
303 def is_only_view_ok(self): 303 def is_only_view_ok(self):
304 def view_check(self): 304 def view_check(self):

Roundup Issue Tracker: http://roundup-tracker.org/