diff --git a/tests/http_parser_test.py b/tests/http_parser_test.py index 3268c10..fb64373 100644 --- a/tests/http_parser_test.py +++ b/tests/http_parser_test.py @@ -55,5 +55,4 @@ def test_parsing_of_escaped_brackets(): p = MatrixHtmlParser() p.feed('
<faketag>
') s = p.get_substrings() - print(s) assert s[0].text == '' and len(s) == 1