summaryrefslogtreecommitdiffstats
path: root/htdocs/dev/tests
diff options
context:
space:
mode:
authorlink <link@localhost>2002-08-20 05:31:42 +0000
committerlink <link@localhost>2002-08-20 05:31:42 +0000
commit85175909cd3bfbc8d7219ab5e548365ef4af653f (patch)
tree1f02cec7d9d6f74a869a8f2af5e84ea16ad31709 /htdocs/dev/tests
parent68888af368a57b04686cde3a230c168157a8ec89 (diff)
downloadmarkup-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-xhtdocs/dev/tests/index.html5
-rw-r--r--htdocs/dev/tests/plane20-char.xml9
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 "&#x140000;" >
+]>
+<Plane20Char>
+ &aopf;
+ &#x140000;
+</Plane20Char>
+