- From: Terje Bless <link@dev.w3.org>
- Date: Fri, 04 Feb 2005 13:37:38 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/dev/tests In directory hutz:/tmp/cvs-serv19905 Modified Files: index.html Added Files: bogus-xmlpi.html Log Message: Adding testcase for Bug #978 (XML Decl missing final "?"). --- NEW FILE: bogus-xmlpi.html --- <?xml version="1.0" encoding="UTF-8"> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head><title>Bogus XML PI Test</title></head> <body> <p>This is a test of XHTML with a bogus XML Decl.</p> </body> </html> Index: index.html =================================================================== RCS file: /sources/public/validator/htdocs/dev/tests/index.html,v retrieving revision 1.47 retrieving revision 1.48 diff -u -d -r1.47 -r1.48 --- index.html 4 Feb 2005 13:12:21 -0000 1.47 +++ index.html 4 Feb 2005 13:37:36 -0000 1.48 @@ -91,6 +91,7 @@ <li><a href="../../check?uri=http://validator.w3.org/dev/tests/bogus-fpi.html;ss">bogus FPI #1: lowercase "doctype".</a></li> <li><a href="../../check?uri=http://validator.w3.org/dev/tests/bogus-fpi2.html;ss">bogus FPI #2: HTML 4.01 "Strict"</a></li> <li><a href="../../check?uri=http://validator.w3.org/dev/tests/bogus-fpi3.html;ss">bogus FPI #3: XHTML 1.1 "Strict"</a></li> + <li><a href="../../check?uri=http://validator.w3.org/dev/tests/bogus-xmlpi.html;ss">bogus XML Decl (missing final "?")</a></li> <li><a href="../../check?uri=http://validator.w3.org/dev/tests/xhtml1-blank-1st-line.html;ss">XHTML1, blank first line</a> (<a href="http://lists.w3.org/Archives/Public/www-validator/2000JanMar/0144.html">should be marked as invalid</a>)</li> <li><a href="../../check?uri=http://validator.w3.org/dev/tests/xhtml1-bogus-element.html;ss">XHTML1, bogus element</a></li>
Received on Friday, 4 February 2005 13:37:39 UTC