linkchecker/test/html/file.html

9 lines
314 B
HTML
Raw Normal View History

<a href="http.html">relative url</a>
<a href="http.html#isnix">bad anchor</a>
<a href="http.html#iswas">good anchor</a>
<a href="file:///etc/group">good file</a>
<a href="file://etc/group">bad file</a>
<a href="file:/etc/group">good file</a>
<a href="file:etc/group">bad file</a>
<a href="file:/etc/">good dir</a>