validator/htdocs/dev/tests ampersand-as-data.html,NONE,1.1 index.html,1.52,1.53

Update of /sources/public/validator/htdocs/dev/tests
In directory hutz:/tmp/cvs-serv15943

Modified Files:
	index.html 
Added Files:
	ampersand-as-data.html 
Log Message:
adding test case for bug 798

--- NEW FILE: ampersand-as-data.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">
<head>
<title></title>
</head>
<body>
<p>&</p>
</body>
</html>
Index: index.html
===================================================================
RCS file: /sources/public/validator/htdocs/dev/tests/index.html,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -d -r1.52 -r1.53
--- index.html	25 May 2005 03:28:45 -0000	1.52
+++ index.html	2 Jun 2005 06:06:16 -0000	1.53
@@ -320,6 +320,11 @@
       <p>These should be tied to a bug report on either mailing-list and/or bugzilla whenever possible.</p>
       
       <ul>
+            <li><a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/ampersand-as-data.html;ss">validate</a> - 
+      <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/ampersand-as-data.html;ss">with v.w.o</a> - 
+      <a href="ampersand-as-data.html">view</a>:
+      Bug <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=798">798: Ampersand as data in XHTML</a> (also good as a test for warnings in otherwise valid result)
+      </li>
 	<li><a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/long-lines.html">Long Lines</a> (cause a core)</li>
 	<li><a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/trailing-nul.html">A trailing ASCII NUL character</a> (trips up HTML::Parser (not really))</li>
 	<li><a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/colons.html">Undeclared namespace prefixes</a> (colons ":" in element names (trips up parsing of onsgmls output))</li>

Received on Thursday, 2 June 2005 06:06:19 UTC