Bump the changelog
This commit is contained in:
parent
55214206b5
commit
cb8a016319
5 changed files with 11 additions and 4 deletions
|
@ -652,7 +652,7 @@ class TestCleaning(unittest.TestCase):
|
|||
os.remove('./tests/data/clean.cleaned.html')
|
||||
|
||||
with open('./tests/data/clean.html', 'w') as f:
|
||||
f.write('<meta><meta/></meta>')
|
||||
f.write('<meta><meta/><!----><!-- test--></meta>')
|
||||
p = web.HTMLParser('./tests/data/clean.html')
|
||||
self.assertTrue(p.remove_all())
|
||||
with open('./tests/data/clean.cleaned.html', 'r') as f:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue