linkchecker/tests/checker/data/http_slash.html

8 lines
313 B
HTML
Raw Normal View History

<a href="http://www.example.com/">ok example</a>
<a href="http:/www.example.com/">one slash example</a>
<a href="http:www.example.com/">no slash example</a>
<a href="//www.example.com/">no scheme example</a>
2012-11-06 20:34:22 +00:00
<a href="http://">no url</a>
<a href="http:/">no url, one slash</a>
<a href="http:">no url, no slash</a>