linkchecker/tests/checker/data/http_invalid_host.html.result
Chris Mayo 24c2f4ac39 Add test for invalid host name in content
Tests code added in:
d5690203 ("Fix critical exception when parsing a URL with a ]", 2020-08-08)
2020-08-15 17:04:41 +01:00

12 lines
372 B
Text

url http://localhost:%(port)d/%(datadir)s/http_invalid_host.html
cache key http://localhost:%(port)d/%(datadir)s/http_invalid_host.html
real url http://localhost:%(port)d/%(datadir)s/http_invalid_host.html
valid
url http://localhost]
cache key None
real url
name urllib.parse.urlsplit ValueError
info The URL is outside of the domain filter, checked only syntax.
error