mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-22 00:40:30 +00:00
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@209 e7d03fd6-7b0d-0410-9947-9c21f3af8025
25 lines
No EOL
1.1 KiB
HTML
25 lines
No EOL
1.1 KiB
HTML
Just some HTTP links
|
|
<a href="http://www.garantiertnixgutt.bla"> <!-- bad url -->
|
|
<a href="http://www.heise.de"> <!-- ok -->
|
|
<a href="http:/www.heise.de"> <!-- one slash -->
|
|
<a href="http:www.heise.de"> <!-- no slash -->
|
|
<a href="http://"> <!-- no url -->
|
|
<a href="http:/"> <!-- no url, one slash -->
|
|
<a href="http:"> <!-- no url, no slash -->
|
|
<a href="http://www.blubb.de/stalter&sohn"> <!-- unquoted ampersand -->
|
|
<a name="iswas"> <!-- anchor for test2.html -->
|
|
<a href=http://slashdot.org/> <!-- unquoted -->
|
|
<!-- invalid anchor -->
|
|
<a href="http://treasure.calvinsplayground.de/~calvin/software/#isnix">
|
|
<!-- authorization (user=calvin, pass=calvin) -->
|
|
<a href="http://treasure.calvinsplayground.de/~calvin/isnich/">
|
|
<a href="https://www.heise.de"> <!-- https -->
|
|
<a href="HtTP://WWW.hEIsE.DE"> <!-- should be cached -->
|
|
<a href="HTTP://WWW.HEISE.DE"> <!-- should be cached -->
|
|
<!-- <a href=http://nocheckin> no check because of comment -->
|
|
<!-- no beginning quote -->
|
|
<a href=illegalquote1">
|
|
<!-- no ending quote -->
|
|
<a href="illegalquote2>
|
|
<!-- check the parser at end of file -->
|
|
<a href="g |