linkchecker/tests/checker/data/http_slash.html.result

48 lines
878 B
Text

url http://localhost:%(port)d/%(datadir)s/http_slash.html
cache key http://localhost:%(port)d/%(datadir)s/http_slash.html
real url http://localhost:%(port)d/%(datadir)s/http_slash.html
info 7 URLs parsed.
valid
url http://www.example.com/1
cache key http://www.example.com/1
real url http://www.example.com/1
name ok example
valid
url http:/www.example.com/2
cache key None
real url http:///www.example.com/2
name one slash example
error
url http:www.example.com/3
cache key None
real url http:///www.example.com/3
name no slash example
error
url //www.example.com/4
cache key http://www.example.com/4
real url http://www.example.com/4
name no scheme example
valid
url http://
cache key None
real url http://
name no url
error
url http:/
cache key None
real url http:///
name no url, one slash
error
url http:
cache key None
real url http://
name no url, no slash
error