linkchecker/tests/checker/data/http_anchor.html
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

4 lines
131 B
HTML

<p id="good">
<a href="http_anchor.html">a</a>
<a href="http_anchor.html#good">a_good</a>
<a href="http_anchor.html#bad">a_bad</a>