linkchecker/test/html/ftp.html
2002-12-06 17:57:57 +00:00

6 lines
399 B
HTML

<a href="ftp:/ftp.debian.org/"> <!-- ftp one slash -->
<a href="ftp://ftp.debian.org/"> <!-- ftp two slashes -->
<a href="ftp://ftp.debian.org//debian/"> <!-- ftp two dir slashes -->
<a href="ftp://ftp.debian.org/debian"> <!-- missing trailing dir slash -->
<a href="ftp://ftp.debian.org////////debian/"> <!-- ftp many dir slashes -->
<a href="ftp:///ftp.debian.org/"> <!-- ftp three slashes -->