mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-24 18:00:24 +00:00
I started with a test of urlencoded anchors, assuming at the URL might have a urlencoded anchor, but the actual anchor in the HTML would NOT be urlencoded.
17 lines
634 B
Text
17 lines
634 B
Text
url http://localhost:%(port)d/%(datadir)s/http_anchor.html
|
|
cache key http://localhost:%(port)d/%(datadir)s/http_anchor.html
|
|
real url http://localhost:%(port)d/%(datadir)s/http_anchor.html
|
|
valid
|
|
|
|
url http_anchor.html#bad
|
|
cache key http://localhost:%(port)d/%(datadir)s/http_anchor.html#bad
|
|
real url http://localhost:%(port)d/%(datadir)s/http_anchor.html#bad
|
|
name a_bad
|
|
warning Anchor `bad' (decoded: `bad') not found. Available anchors: `good'.
|
|
valid
|
|
|
|
url http_anchor.html#good
|
|
cache key http://localhost:%(port)d/%(datadir)s/http_anchor.html#good
|
|
real url http://localhost:%(port)d/%(datadir)s/http_anchor.html#good
|
|
name a_good
|
|
valid
|