mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-22 23:24:44 +00:00
Fix tests.
This commit is contained in:
parent
932a07a9cf
commit
aee515d406
1 changed files with 2 additions and 2 deletions
|
|
@ -123,14 +123,14 @@ url /?d=directory&p=page1
|
|||
cache key http://localhost:%(port)d/?d=directory&p=page1
|
||||
real url http://localhost:%(port)d/?d=directory&p=page1
|
||||
name should not be cached
|
||||
warning Content with 1KB is the same as in URLs (http://localhost:%(port)d/?d=directory&p=page).
|
||||
warning Content with 2KB is the same as in URLs (http://localhost:%(port)d/?d=directory&p=page).
|
||||
valid
|
||||
|
||||
url /?quoted=ü
|
||||
cache key http://localhost:%(port)d/?quoted=%%C3%%BC
|
||||
real url http://localhost:%(port)d/?quoted=%%C3%%BC
|
||||
name html entities
|
||||
warning Content with 1KB is the same as in URLs (http://localhost:%(port)d/?d=directory&p=page,http://localhost:%(port)d/?d=directory&p=page1).
|
||||
warning Content with 2KB is the same as in URLs (http://localhost:%(port)d/?d=directory&p=page,http://localhost:%(port)d/?d=directory&p=page1).
|
||||
valid
|
||||
|
||||
url clsid:12345-67890
|
||||
|
|
|
|||
Loading…
Reference in a new issue