diff options
author | ot <ot@localhost> | 2007-03-07 07:27:38 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2007-03-07 07:27:38 +0000 |
commit | 24d896c984ea9aa6e8a83e2b67265aeff9ed37de (patch) | |
tree | a030ce0897eb4e24ad501c10976bab7398788122 /htdocs/dev/tests/mathml2.mathml | |
parent | 415031283cd34fc12c94e8cc575114625757f266 (diff) | |
download | markup-validator-24d896c984ea9aa6e8a83e2b67265aeff9ed37de.zip markup-validator-24d896c984ea9aa6e8a83e2b67265aeff9ed37de.tar.gz markup-validator-24d896c984ea9aa6e8a83e2b67265aeff9ed37de.tar.bz2 |
adding tests for documents served with wrong media type
Diffstat (limited to 'htdocs/dev/tests/mathml2.mathml')
-rwxr-xr-x | htdocs/dev/tests/mathml2.mathml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/htdocs/dev/tests/mathml2.mathml b/htdocs/dev/tests/mathml2.mathml new file mode 100755 index 0000000..19cbaa1 --- /dev/null +++ b/htdocs/dev/tests/mathml2.mathml @@ -0,0 +1,6 @@ +<!DOCTYPE math PUBLIC "-//W3C//DTD MathML 2.0//EN" +"http://www.w3.org/TR/CR-MathML2-20001113/dtd/mathml2.dtd"> +<math> +<mrow> +</mrow> +</math> |