linkchecker/tests/checker/data/http_quotes.html.result
2019-07-22 19:59:37 +01:00

22 lines
593 B
Text

url http://localhost:%(port)d/%(datadir)s/http_quotes.html
cache key http://localhost:%(port)d/%(datadir)s/http_quotes.html
real url http://localhost:%(port)d/%(datadir)s/http_quotes.html
valid
url http://example.com/
cache key http://example.com/
real url http://example.com/
name unquoted
valid
url /stalter&sohn
cache key http://localhost:%(port)d/stalter%%26sohn
real url http://localhost:%(port)d/stalter%%26sohn
name unquoted ampersand
error
url http://www.example.com/"
cache key http://www.example.com/%%22
real url http://www.example.com/%%22
name no beginning quote example
error