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

47 lines
847 B
Text
Raw Normal View History

2012-11-06 20:34:22 +00:00
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
valid
url http:
2012-11-06 20:34:22 +00:00
cache key None
real url http://
name no url, no slash
2012-11-06 20:34:22 +00:00
error
url http:/
2012-11-06 20:34:22 +00:00
cache key None
real url http:///
name no url, one slash
2012-11-06 20:34:22 +00:00
error
url http://
cache key None
real url http://
name no url
error
url http:www.example.com/
2012-11-06 20:34:22 +00:00
cache key None
real url http:///www.example.com/
name no slash example
2012-11-06 20:34:22 +00:00
error
url http:/www.example.com/
2012-11-06 20:34:22 +00:00
cache key None
real url http:///www.example.com/
name one slash example
2012-11-06 20:34:22 +00:00
error
url http://www.example.com/
cache key http://www.example.com/
real url http://www.example.com/
name ok example
valid
2014-03-08 18:35:10 +00:00
url //www.example.com/
cache key http://www.example.com/
real url http://www.example.com/
name no scheme example
valid