linkchecker/tests/checker/data/http_anchor.html.result
Chris Mayo a7eacd6200 Add a test for a page with links to anchors
Query and fragment URL parts for filesystem URLs are ignored, therefore
test over http.
2020-07-27 19:22:32 +01:00

17 lines
617 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' 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