mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-25 02:10:24 +00:00
add files
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@247 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
a64e1dcab1
commit
9e9997b141
3 changed files with 24 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ dist
|
|||
foo
|
||||
MANIFEST
|
||||
VERSION
|
||||
linkcheckerConf.py
|
||||
_linkchecker_configdata.py
|
||||
js
|
||||
locale
|
||||
Packages.gz
|
||||
|
|
|
|||
7
test/output/test_frames
Normal file
7
test/output/test_frames
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
test_frames
|
||||
url file:///home/calvin/projects/linkchecker/test/html/frames.html
|
||||
valid
|
||||
url base1.html
|
||||
valid
|
||||
url http.html
|
||||
valid
|
||||
16
test/output/test_misc
Normal file
16
test/output/test_misc
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
test_misc
|
||||
url file:///home/calvin/projects/linkchecker/test/html/misc.html
|
||||
valid
|
||||
url hutzli:nixgutt
|
||||
name bad scheme
|
||||
error
|
||||
url javascript:loadthis()
|
||||
name javascript url
|
||||
warning Javascript url ignored
|
||||
valid
|
||||
url telnet:localhost
|
||||
error
|
||||
url telnet:
|
||||
error
|
||||
url http://localhost
|
||||
valid
|
||||
Loading…
Reference in a new issue