diff --git a/linkcheck/tests/test_parser.py b/linkcheck/tests/test_parser.py index 23acafca..0f3039f3 100644 --- a/linkcheck/tests/test_parser.py +++ b/linkcheck/tests/test_parser.py @@ -49,6 +49,9 @@ parsetests = [ ("""< a >""", """"""), ("""<>""", """<>"""), ("""< >""", """< >"""), + ("""""", """"""), + ("""""", """"""), + ("""""", """"""), # reduce test ("""<""", """<"""), ("""d>""", """d>"""), @@ -79,6 +82,7 @@ parsetests = [ ("""""", """"""), ("""< / a>""", """"""), ("""< /a>""", """"""), + ("""""", """"""), # missing > in end tag ("""""", """"""), # start and end tag (HTML doctype assumed)