1
0
Fork 0
mirror of synced 2025-07-04 04:17:29 +02:00

Bump the changelog

This commit is contained in:
jvoisin 2019-02-28 00:13:28 +01:00
parent 55214206b5
commit cb8a016319
5 changed files with 11 additions and 4 deletions

View file

@ -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: