mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-04 04:44:42 +00:00
Remove slashdot from tests.
This commit is contained in:
parent
ce4253263c
commit
07f7be5cf3
2 changed files with 8 additions and 7 deletions
|
|
@ -7,8 +7,8 @@ Just some HTTP links
|
|||
<a href="http://">no url</a>
|
||||
<a href="http:/">no url, one slash</a>
|
||||
<a href="http:">no url, no slash</a>
|
||||
<a href=http://example.com/>unquoted</a>
|
||||
<a href="/stalter&sohn">unquoted ampersand</a>
|
||||
<a href=http://slashdot.org/>unquoted slashdot</a>
|
||||
<a href="HtTP://WwW.ExaMple.cOm/">should be cached</a>
|
||||
<a href="HTTP://WWW.EXAMPLE.COM/">should be cached</a>
|
||||
<!-- check cache key with query -->
|
||||
|
|
|
|||
|
|
@ -80,18 +80,19 @@ real url http://
|
|||
name no url, no slash
|
||||
error
|
||||
|
||||
url http://example.com/ (cached)
|
||||
cache key http://example.com/
|
||||
real url http://www.iana.org/domains/example/
|
||||
name unquoted
|
||||
info Redirected to `http://www.iana.org/domains/example/'.
|
||||
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://slashdot.org/
|
||||
cache key http://slashdot.org/
|
||||
real url http://slashdot.org/
|
||||
name unquoted slashdot
|
||||
valid
|
||||
|
||||
url HtTP://WwW.ExaMple.cOm/ (cached)
|
||||
cache key http://www.example.com/
|
||||
real url http://www.iana.org/domains/example/
|
||||
|
|
|
|||
Loading…
Reference in a new issue