mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-28 19:50:29 +00:00
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:
parent
065665a0f1
commit
f65cfb87f9
1 changed files with 0 additions and 2 deletions
|
|
@ -77,8 +77,6 @@ parsetests = [
|
|||
# invalid comments
|
||||
("""<!-- -- >< 8>""", """<!-- --><8>"""),
|
||||
("""<!---- >< 6>""", """<!----><6>"""),
|
||||
("""<!- blubb -->""", """<!-- blubb -->"""),
|
||||
("""<!-- blubb ->""", """<!-- blubb -->"""),
|
||||
("""<!- blubb ->""", """<!-- blubb -->"""),
|
||||
("""<! -- blubb -->""", """<!-- blubb -->"""),
|
||||
("""<!-- blubb -- >""", """<!-- blubb -->"""),
|
||||
|
|
|
|||
Loading…
Reference in a new issue