mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-26 18:50:32 +00:00
Fix html tests.
This commit is contained in:
parent
7fe72745ae
commit
03f2e19cfd
3 changed files with 10 additions and 5 deletions
|
|
@ -6,8 +6,9 @@ valid
|
|||
|
||||
url HtTP://WwW.ExaMple.cOm/
|
||||
cache key http://www.example.com/
|
||||
real url http://www.iana.org/domains/example/
|
||||
real url http://www.iana.org/domains/example
|
||||
name l1
|
||||
info Redirected to `http://www.iana.org/domains/example/'.
|
||||
info Redirected to `http://www.iana.org/domains/example'.
|
||||
valid
|
||||
|
||||
|
|
|
|||
|
|
@ -6,9 +6,10 @@ valid
|
|||
|
||||
url http://example.com/
|
||||
cache key http://example.com/
|
||||
real url http://www.iana.org/domains/example/
|
||||
real url http://www.iana.org/domains/example
|
||||
name unquoted
|
||||
info Redirected to `http://www.iana.org/domains/example/'.
|
||||
info Redirected to `http://www.iana.org/domains/example'.
|
||||
valid
|
||||
|
||||
url /stalter&sohn
|
||||
|
|
@ -19,7 +20,8 @@ error
|
|||
|
||||
url http://www.example.com/
|
||||
cache key http://www.example.com/
|
||||
real url http://www.iana.org/domains/example/
|
||||
real url http://www.iana.org/domains/example
|
||||
name no beginning quote example
|
||||
info Redirected to `http://www.iana.org/domains/example/'.
|
||||
info Redirected to `http://www.iana.org/domains/example'.
|
||||
valid
|
||||
|
|
|
|||
|
|
@ -6,9 +6,10 @@ valid
|
|||
|
||||
url http://www.example.com/1
|
||||
cache key http://www.example.com/1
|
||||
real url http://www.iana.org/domains/example/
|
||||
real url http://www.iana.org/domains/example
|
||||
name ok example
|
||||
info Redirected to `http://www.iana.org/domains/example/'.
|
||||
info Redirected to `http://www.iana.org/domains/example'.
|
||||
valid
|
||||
|
||||
url http:/www.example.com/2
|
||||
|
|
@ -25,9 +26,10 @@ error
|
|||
|
||||
url //www.example.com/4
|
||||
cache key http://www.example.com/4
|
||||
real url http://www.iana.org/domains/example/
|
||||
real url http://www.iana.org/domains/example
|
||||
name no scheme example
|
||||
info Redirected to `http://www.iana.org/domains/example/'.
|
||||
info Redirected to `http://www.iana.org/domains/example'.
|
||||
valid
|
||||
|
||||
url http://
|
||||
|
|
|
|||
Loading…
Reference in a new issue