- From: Mercurial notifier <nobody@w3.org>
- Date: Thu, 05 Aug 2010 14:47:10 +0000
- To: link-checker updates <www-validator-cvs@w3.org>
changeset: 198:9da214cecd7f
user: ot
date: Tue Sep 18 07:01:15 2007 +0000
files: docs/tests/links_borked.html
description:
adding test for multiple bogus frag
diff -r 9ce8cfe9a7be -r 9da214cecd7f docs/tests/links_borked.html
--- a/docs/tests/links_borked.html Tue Sep 18 06:43:26 2007 +0000
+++ b/docs/tests/links_borked.html Tue Sep 18 07:01:15 2007 +0000
@@ -13,7 +13,10 @@
<ul>
<li><a href="http://bogus.example">bogus hostname</a></li>
<li><a href="http://www.w3.org/wrongwrongwrong">404</a></li>
- <li><a href="/wmvs/#bogus_frag">bogus #frag</a></li>
+ <li><a href="http://qa-dev.w3.org/wmvs/#bogus_frag">bogus #frag</a></li>
+ <li><a href="http://qa-dev.w3.org/wlc/#bogus_frag1">bogus #frag (multiple)</a></li>
+ <li><a href="http://qa-dev.w3.org/wlc/#bogus_frag2">bogus #frag (multiple)</a></li>
+
</ul>
</body>
</html>
Received on Thursday, 5 August 2010 14:47:24 UTC