fix tests

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2933 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2005-11-12 19:56:01 +00:00
parent 065665a0f1
commit f65cfb87f9

View file

@ -77,8 +77,6 @@ parsetests = [
# invalid comments
("""<!-- -- >< 8>""", """<!-- --><8>"""),
("""<!---- >< 6>""", """<!----><6>"""),
("""<!- blubb -->""", """<!-- blubb -->"""),
("""<!-- blubb ->""", """<!-- blubb -->"""),
("""<!- blubb ->""", """<!-- blubb -->"""),
("""<! -- blubb -->""", """<!-- blubb -->"""),
("""<!-- blubb -- >""", """<!-- blubb -->"""),