mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-19 15:30:29 +00:00
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@233 e7d03fd6-7b0d-0410-9947-9c21f3af8025
8 lines
314 B
HTML
8 lines
314 B
HTML
<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>
|