mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-05 07:20:58 +00:00
Fix test cases after anchor caching bugfix.
This commit is contained in:
parent
7c08290c44
commit
9876fd91a5
3 changed files with 5 additions and 5 deletions
|
|
@ -4,7 +4,7 @@ real url file://%(curdir)s/%(datadir)s/anchor.html
|
|||
name %(datadir)s/anchor.html
|
||||
valid
|
||||
|
||||
url #broken2 (cached)
|
||||
url #broken2
|
||||
cache key file://%(curdir)s/%(datadir)s/anchor.html
|
||||
real url file://%(curdir)s/%(datadir)s/anchor.html
|
||||
name Bla4
|
||||
|
|
@ -17,7 +17,7 @@ real url file://%(curdir)s/%(datadir)s/anchor.html
|
|||
name Bla6
|
||||
valid
|
||||
|
||||
url #broken (cached)
|
||||
url #broken
|
||||
cache key file://%(curdir)s/%(datadir)s/anchor.html
|
||||
real url file://%(curdir)s/%(datadir)s/anchor.html
|
||||
name Bla3
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ real url file://%(curdir)s/%(datadir)s/file.html
|
|||
name good anchor
|
||||
valid
|
||||
|
||||
url #isnix (cached)
|
||||
url #isnix
|
||||
cache key file://%(curdir)s/%(datadir)s/file.html
|
||||
real url file://%(curdir)s/%(datadir)s/file.html
|
||||
name bad anchor
|
||||
|
|
@ -23,7 +23,7 @@ real url file://%(curdir)s/%(datadir)s/file.html
|
|||
name good anchor
|
||||
valid
|
||||
|
||||
url file.html#isnix (cached)
|
||||
url file.html#isnix
|
||||
cache key file://%(curdir)s/%(datadir)s/file.html
|
||||
real url file://%(curdir)s/%(datadir)s/file.html
|
||||
name bad anchor
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ cache key file://%(curdir)s/%(datadir)s/file.html
|
|||
real url file://%(curdir)s/%(datadir)s/file.html
|
||||
valid
|
||||
|
||||
url file.html#isnix (cached)
|
||||
url file.html#isnix
|
||||
cache key file://%(curdir)s/%(datadir)s/file.html
|
||||
real url file://%(curdir)s/%(datadir)s/file.html
|
||||
warning Anchor `isnix' not found. Available anchors: `iswas'.
|
||||
|
|
|
|||
Loading…
Reference in a new issue