2000-02-26 10:24:46 +00:00
|
|
|
Just some HTTP links
|
2001-01-07 13:28:38 +00:00
|
|
|
<a href="http://www.garantiertnixgutt.bla">bad url</a>
|
|
|
|
|
<a href="http://www.heise.de">ok</a>
|
|
|
|
|
<a href="http:/www.heise.de">one slash</a>
|
|
|
|
|
<a href="http:www.heise.de">no slash</a>
|
|
|
|
|
<a href="http://">no url</a>
|
|
|
|
|
<a href="http:/">no url, one slash</a>
|
|
|
|
|
<a href="http:">no url, no slash</a>
|
|
|
|
|
<a href="http://www.blubb.de/stalter&sohn">unquoted ampersand</a>
|
|
|
|
|
<a name="iswas">anchor for test2.html</a>
|
|
|
|
|
<a href=http://slashdot.org/>unquoted</a>
|
|
|
|
|
<a href="http://treasure.calvinsplayground.de/~calvin/software/#isnix"
|
|
|
|
|
>invalid anchor</a>
|
|
|
|
|
<a href="http://treasure.calvinsplayground.de/~calvin/isnich/"
|
|
|
|
|
>authorization (user=calvin, pass=calvin)</a>
|
|
|
|
|
<a href="https://www.heise.de">https</a>
|
|
|
|
|
<a href="HtTP://WWW.hEIsE.DE">should be cached</a>
|
|
|
|
|
<a href="HTTP://WWW.HEISE.DE">should be cached</a>
|
2000-12-04 12:25:58 +00:00
|
|
|
<!-- <a href=http://nocheckin> no check because of comment -->
|
2001-01-07 13:28:38 +00:00
|
|
|
<a href=illegalquote1">no beginning quote</a>
|
|
|
|
|
<a href="illegalquote2>no ending quote</a>
|
2000-02-26 10:24:46 +00:00
|
|
|
<!-- check the parser at end of file -->
|
|
|
|
|
<a href="g
|