mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-06 15:50:58 +00:00
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@342 e7d03fd6-7b0d-0410-9947-9c21f3af8025
59 lines
1.1 KiB
Text
59 lines
1.1 KiB
Text
test_http
|
|
url file:///home/calvin/projects/linkchecker/test/html/http.html
|
|
valid
|
|
url http://www.garantiertnixgutt.bla
|
|
name bad url
|
|
warning Missing '/' at end of URL
|
|
Server does not support HEAD request (got 500 status), falling back to GET
|
|
error
|
|
url http://www.heise.de
|
|
name ok
|
|
warning Missing '/' at end of URL
|
|
valid
|
|
url http:/www.heise.de
|
|
name one slash
|
|
error
|
|
url http:www.heise.de
|
|
name no slash
|
|
error
|
|
url http://
|
|
name no url
|
|
warning Missing '/' at end of URL
|
|
error
|
|
url http:/
|
|
name no url, one slash
|
|
error
|
|
url http:
|
|
cached
|
|
name no url, no slash
|
|
warning Missing '/' at end of URL
|
|
error
|
|
url http://www.blubb.de/stalter&sohn
|
|
name unquoted ampersand
|
|
error
|
|
url http://slashdot.org/
|
|
name unquoted
|
|
valid
|
|
url http://fsinfo.cs.uni-sb.de/~calvin/#isnix
|
|
name invalid anchor
|
|
warning anchor #isnix not found
|
|
valid
|
|
url HtTP://WWW.hEIsE.DE
|
|
cached
|
|
name should be cached
|
|
warning Missing '/' at end of URL
|
|
valid
|
|
url HTTP://WWW.HEISE.DE
|
|
cached
|
|
name should be cached
|
|
warning Missing '/' at end of URL
|
|
valid
|
|
url http://www.heise.de/?quoted=ü
|
|
name html entities
|
|
valid
|
|
url illegalquote1
|
|
name no beginning quote
|
|
error
|
|
url illegalquote2
|
|
name no ending quote
|
|
error
|