linkchecker/tests/checker/data/http_slash.html.result
Chris Mayo 94839dcb03 Fix TestHttp.test_html_internet on Python 3.12.6
A relative path in a URL without netloc is preserved in
urllib.parse.urlunsplit().

https://docs.python.org/3.12/whatsnew/changelog.html#id4
2024-09-20 19:21:25 +01:00

40 lines
724 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
valid
url http:
cache key None
real url http://
name no url, no slash
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
error
url http:www.example.com/
cache key None
real url http:www.example.com/
name no slash example
error
url http:/www.example.com/
cache key None
real url http:///www.example.com/
name one slash example
error
url http://www.example.com/
cache key http://www.example.com/
real url http://www.example.com/
name ok example
valid