diff options
Diffstat (limited to 'tests/test_html5lib.py')
-rw-r--r-- | tests/test_html5lib.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_html5lib.py b/tests/test_html5lib.py index 5febe2d..3e35949 100644 --- a/tests/test_html5lib.py +++ b/tests/test_html5lib.py @@ -77,4 +77,4 @@ class TestHTML5BuilderInvalidMarkup(TestLXMLBuilderInvalidMarkup): utf8 = isolatin.replace("ISO-Latin-1".encode(), "utf-8".encode()) utf8 = utf8.replace("\xe9", "\xc3\xa9") - print soup + #print soup |