Add missing semicolon tot test
This commit is contained in:
parent
4b07904345
commit
92e0b8b523
2 changed files with 2 additions and 2 deletions
|
|
@ -173,7 +173,7 @@ like this::
|
|||
text='<strong>HTML</strong> allowed here'
|
||||
), follow_redirects=True)
|
||||
assert 'No entries here so far' not in rv.data
|
||||
assert '<Hello>' in rv.data
|
||||
assert '<Hello>' in rv.data
|
||||
assert '<strong>HTML</strong> allowed here' in rv.data
|
||||
|
||||
Here we check that HTML is allowed in the text but not in the title,
|
||||
|
|
|
|||
|
|
@ -66,7 +66,7 @@ class FlaskrTestCase(unittest.TestCase):
|
|||
text='<strong>HTML</strong> allowed here'
|
||||
), follow_redirects=True)
|
||||
assert 'No entries here so far' not in rv.data
|
||||
assert '<Hello>' in rv.data
|
||||
assert '<Hello>Ì' in rv.data
|
||||
assert '<strong>HTML</strong> allowed here' in rv.data
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue