mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-10 07:34:44 +00:00
Use example.com for tests.
This commit is contained in:
parent
a40c39be59
commit
914995b5fc
2 changed files with 35 additions and 36 deletions
|
|
@ -1,18 +1,18 @@
|
|||
# Test #
|
||||
|
||||
<http://www.url.com> text <http://www.url2.com>
|
||||
<http://url.example.com> text <http://url2.example.com>
|
||||
|
||||
[link]( http://www.urllink.com)
|
||||
[link]( http://urllink.example.com)
|
||||
|
||||
[link2](http://www
|
||||
.urllink2.com)
|
||||
[link2](http://urllink2
|
||||
.example.com)
|
||||
|
||||
[test][id1]
|
||||
[URL][id2]
|
||||
|
||||
[id1]:
|
||||
http://www.urldef1.com
|
||||
http://urldef1.example.com
|
||||
|
||||
[id2]: http://www.urldef2.com "URL"
|
||||
[id2]: http://urldef2.example.com "URL"
|
||||
|
||||

|
||||

|
||||
|
|
|
|||
|
|
@ -4,39 +4,38 @@ real url file://%(curdir)s/%(datadir)s/file.markdown
|
|||
name %(datadir)s/file.markdown
|
||||
valid
|
||||
|
||||
url http://www.url.com
|
||||
cache key http://www.url.com
|
||||
real url http://search.url.com/
|
||||
info Redirected to `http://search.url.com/'.
|
||||
valid
|
||||
|
||||
url http://www.url2.com
|
||||
cache key http://www.url2.com
|
||||
real url http://www.url2.com
|
||||
valid
|
||||
|
||||
url http://www.urldef1.com
|
||||
cache key http://www.urldef1.com
|
||||
real url http://www.urldef1.com
|
||||
url http://url.example.com
|
||||
cache key http://url.example.com
|
||||
real url http://url.example.com
|
||||
error
|
||||
|
||||
url http://www.urldef2.com
|
||||
cache key http://www.urldef2.com
|
||||
real url http://www.urldef2.com
|
||||
url http://url2.example.com
|
||||
cache key http://url2.example.com
|
||||
real url http://url2.example.com
|
||||
error
|
||||
|
||||
url http://www.urllink.com
|
||||
cache key http://www.urllink.com
|
||||
real url http://www.urllink.com
|
||||
valid
|
||||
|
||||
url http://www.urllink2.com
|
||||
cache key http://www.urllink2.com
|
||||
real url http://www.urllink2.com
|
||||
url http://urldef1.example.com
|
||||
cache key http://urldef1.example.com
|
||||
real url http://urldef1.example.com
|
||||
error
|
||||
|
||||
url http://www.urlimg.com
|
||||
cache key http://www.urlimg.com
|
||||
real url http://www.urlimg.com
|
||||
valid
|
||||
url http://urldef2.example.com
|
||||
cache key http://urldef2.example.com
|
||||
real url http://urldef2.example.com
|
||||
error
|
||||
|
||||
url http://urllink.example.com
|
||||
cache key http://urllink.example.com
|
||||
real url http://urllink.example.com
|
||||
error
|
||||
|
||||
url http://urllink2.example.com
|
||||
cache key http://urllink2.example.com
|
||||
real url http://urllink2.example.com
|
||||
error
|
||||
|
||||
url http://urlimg.example.com
|
||||
cache key http://urlimg.example.com
|
||||
real url http://urlimg.example.com
|
||||
error
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue