summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorjvoisin2019-02-28 00:13:28 +0100
committerjvoisin2019-02-28 00:13:28 +0100
commitcb8a01631933c991d84ccd01a59bfbfd459d30c2 (patch)
tree030a19f019721fa8959101bc0c4da6d46f0af805 /tests
parent55214206b5f0f1c12fec378967f89ef4cb5674f9 (diff)
Bump the changelog0.8.0
Diffstat (limited to 'tests')
-rw-r--r--tests/test_libmat2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_libmat2.py b/tests/test_libmat2.py
index 46e234e..250b5ec 100644
--- a/tests/test_libmat2.py
+++ b/tests/test_libmat2.py
@@ -652,7 +652,7 @@ class TestCleaning(unittest.TestCase):
652 os.remove('./tests/data/clean.cleaned.html') 652 os.remove('./tests/data/clean.cleaned.html')
653 653
654 with open('./tests/data/clean.html', 'w') as f: 654 with open('./tests/data/clean.html', 'w') as f:
655 f.write('<meta><meta/></meta>') 655 f.write('<meta><meta/><!----><!-- test--></meta>')
656 p = web.HTMLParser('./tests/data/clean.html') 656 p = web.HTMLParser('./tests/data/clean.html')
657 self.assertTrue(p.remove_all()) 657 self.assertTrue(p.remove_all())
658 with open('./tests/data/clean.cleaned.html', 'r') as f: 658 with open('./tests/data/clean.cleaned.html', 'r') as f: