2001-02-20 23:56:47 +00:00
|
|
|
Just some HTTP links
|
2002-05-14 21:04:12 +00:00
|
|
|
<a b=c "boo" href="http://www.garantiertnixgutt.bla">bad url</a>
|
2001-02-20 23:56:47 +00:00
|
|
|
<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 anchor.html</a>
|
|
|
|
|
<a href=http://slashdot.org/>unquoted</a>
|
2002-09-26 16:08:10 +00:00
|
|
|
<a href="http://www.heise.de/#isnix">invalid anchor</a>
|
2001-02-20 23:56:47 +00:00
|
|
|
<a href="HtTP://WWW.hEIsE.DE">should be cached</a>
|
|
|
|
|
<a href="HTTP://WWW.HEISE.DE">should be cached</a>
|
2001-04-03 18:59:38 +00:00
|
|
|
<a href="http://www.heise.de/?quoted=ü">html entities</a>
|
2001-02-20 23:56:47 +00:00
|
|
|
<!-- <a href=http://nocheckin> no check because of comment -->
|
|
|
|
|
<a href=illegalquote1">no beginning quote</a>
|
|
|
|
|
<a href="illegalquote2>no ending quote</a>
|
|
|
|
|
<!-- check the parser at end of file -->
|
|
|
|
|
<a href="g
|