mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-26 09:04:44 +00:00
added multiple link for one tag check
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@600 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
88008d5470
commit
bdddd52a6d
2 changed files with 9 additions and 0 deletions
|
|
@ -7,3 +7,5 @@
|
|||
<a href="telnet://route-views.oregon-ix.net">
|
||||
<a href="telnet://user@route-views.oregon-ix.net">
|
||||
<a href="telnet://user:password@route-views.oregon-ix.net">
|
||||
<!-- multiple links in one tag -->
|
||||
<applet archive="misc.html" src="misc.html">
|
||||
|
|
|
|||
|
|
@ -20,6 +20,13 @@ valid
|
|||
url telnet://user:password@route-views.oregon-ix.net
|
||||
cached
|
||||
valid
|
||||
url misc.html
|
||||
cached
|
||||
valid
|
||||
url misc.html
|
||||
cached
|
||||
valid
|
||||
url http://localhost
|
||||
info Using Proxy 'localhost:3128'
|
||||
warning Path is empty
|
||||
valid
|
||||
|
|
|
|||
Loading…
Reference in a new issue