diff options
author | link <link@localhost> | 2002-08-20 05:31:42 +0000 |
---|---|---|
committer | link <link@localhost> | 2002-08-20 05:31:42 +0000 |
commit | 85175909cd3bfbc8d7219ab5e548365ef4af653f (patch) | |
tree | 1f02cec7d9d6f74a869a8f2af5e84ea16ad31709 /htdocs/dev/tests | |
parent | 68888af368a57b04686cde3a230c168157a8ec89 (diff) | |
download | markup-validator-85175909cd3bfbc8d7219ab5e548365ef4af653f.zip markup-validator-85175909cd3bfbc8d7219ab5e548365ef4af653f.tar.gz markup-validator-85175909cd3bfbc8d7219ab5e548365ef4af653f.tar.bz2 |
Adding test case for (bogus) "Plane 20" characters. cf. The issues with the
entities in the MathML2 spesification.
Diffstat (limited to 'htdocs/dev/tests')
-rwxr-xr-x | htdocs/dev/tests/index.html | 5 | ||||
-rw-r--r-- | htdocs/dev/tests/plane20-char.xml | 9 |
2 files changed, 12 insertions, 2 deletions
diff --git a/htdocs/dev/tests/index.html b/htdocs/dev/tests/index.html index 06aa380..0a96daa 100755 --- a/htdocs/dev/tests/index.html +++ b/htdocs/dev/tests/index.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: index.html,v 1.39 2002-08-20 01:51:24 link Exp $" ---><!--#set var="date" value="\$Date: 2002-08-20 01:51:24 $" +<!--#set var="revision" value="\$Id: index.html,v 1.40 2002-08-20 05:31:42 link Exp $" +--><!--#set var="date" value="\$Date: 2002-08-20 05:31:42 $" --><!--#set var="title" value="The W3C HTML Validation Service: Tests" --><!--#set var="relroot" value="../../" --><!--#include virtual="../../header.html" --> @@ -70,6 +70,7 @@ <li><a href="../../check?uri=http://www.w3.org/Press/1998/XSL-WD.html.ja">iso-2022-jp encoded document</a></li> <li><a href="../../check?uri=http://www.vir.si/">windows-1250 encoded document (Slovenian)</a></li> <li><a href="../../check?uri=http://www.w3.org/TR/ruby/">utf-8 encoded document</a></li> + <li><a href="../../check?uri=http://validator.w3.org/dev/tests/plane20-char.xml">XML file with a "Plane 20" character (bogus).</a></li> </ul> </div> diff --git a/htdocs/dev/tests/plane20-char.xml b/htdocs/dev/tests/plane20-char.xml new file mode 100644 index 0000000..421fce1 --- /dev/null +++ b/htdocs/dev/tests/plane20-char.xml @@ -0,0 +1,9 @@ +<!DOCTYPE Plane20Char[ + <!ELEMENT Plane20Char (#PCDATA)> + <!ENTITY aopf "�" > +]> +<Plane20Char> + 𝕒 + � +</Plane20Char> + |