mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-13 19:01:03 +00:00
Updated http check data.
This commit is contained in:
parent
10cc59c654
commit
1d7e93fe62
2 changed files with 20 additions and 20 deletions
|
|
@ -1,14 +1,14 @@
|
|||
Just some HTTP links
|
||||
<a b=c "boo" href="http://www.garantiertnixgutt.bla/">bad url</a>
|
||||
<a href="http://www.example.com/">ok</a>
|
||||
<a href="http:/www.example.com/">one slash</a>
|
||||
<a href="http:www.example.com/">no slash</a>
|
||||
<a href="//www.example.com/">no scheme</a>
|
||||
<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>
|
||||
<a href="http://">no url</a>
|
||||
<a href="http:/">no url, one slash</a>
|
||||
<a href="http:">no url, no slash</a>
|
||||
<a href="/stalter&sohn">unquoted ampersand</a>
|
||||
<a href=http://slashdot.org/>unquoted</a>
|
||||
<a href=http://slashdot.org/>unquoted slashdot</a>
|
||||
<a href="HtTP://WwW.ExaMple.cOm/">should be cached</a>
|
||||
<a href="HTTP://WWW.EXAMPLE.COM/">should be cached</a>
|
||||
<!-- check cache key with query -->
|
||||
|
|
@ -34,7 +34,7 @@ Just some HTTP links
|
|||
<object classid="clsid:12345-67890" codebase="http://example.org/foo/ #a=1,2,3">
|
||||
|
||||
<!-- <a href=http://nocheckin> no check because of comment -->
|
||||
<a href=http://www.example.com/">no beginning quote</a>
|
||||
<a href="http://www.example.com/>no ending quote</a>
|
||||
<a href=http://www.example.com/">no beginning quote example</a>
|
||||
<a href="http://www.example.com/>no ending quote example</a>
|
||||
<!-- check the parser at end of file -->
|
||||
<a href="g
|
||||
|
|
@ -39,43 +39,43 @@ error
|
|||
url http://www.example.com/
|
||||
cache key http://www.example.com/
|
||||
real url http://www.iana.org/domains/example/
|
||||
name ok
|
||||
name ok example
|
||||
info Redirected to `http://www.iana.org/domains/example/'.
|
||||
valid
|
||||
|
||||
url http:/www.example.com/
|
||||
cache key http:///www.example.com/
|
||||
cache key None
|
||||
real url http:///www.example.com/
|
||||
name one slash
|
||||
name one slash example
|
||||
error
|
||||
|
||||
url http:www.example.com/ (cached)
|
||||
cache key http:///www.example.com/
|
||||
url http:www.example.com/
|
||||
cache key None
|
||||
real url http:///www.example.com/
|
||||
name no slash
|
||||
name no slash example
|
||||
error
|
||||
|
||||
url //www.example.com/ (cached)
|
||||
cache key http://www.example.com/
|
||||
real url http://www.iana.org/domains/example/
|
||||
name no scheme
|
||||
name no scheme example
|
||||
info Redirected to `http://www.iana.org/domains/example/'.
|
||||
valid
|
||||
|
||||
url http://
|
||||
cache key http://
|
||||
cache key None
|
||||
real url http://
|
||||
name no url
|
||||
error
|
||||
|
||||
url http:/
|
||||
cache key http:///
|
||||
cache key None
|
||||
real url http:///
|
||||
name no url, one slash
|
||||
error
|
||||
|
||||
url http: (cached)
|
||||
cache key http://
|
||||
url http:
|
||||
cache key None
|
||||
real url http://
|
||||
name no url, no slash
|
||||
error
|
||||
|
|
@ -89,7 +89,7 @@ error
|
|||
url http://slashdot.org/
|
||||
cache key http://slashdot.org/
|
||||
real url http://slashdot.org/
|
||||
name unquoted
|
||||
name unquoted slashdot
|
||||
valid
|
||||
|
||||
url HtTP://WwW.ExaMple.cOm/ (cached)
|
||||
|
|
@ -140,6 +140,6 @@ valid
|
|||
url http://www.example.com/ (cached)
|
||||
cache key http://www.example.com/
|
||||
real url http://www.iana.org/domains/example/
|
||||
name no beginning quote
|
||||
name no beginning quote example
|
||||
info Redirected to `http://www.iana.org/domains/example/'.
|
||||
valid
|
||||
|
|
|
|||
Loading…
Reference in a new issue