diff options
author | ville <ville@localhost> | 2009-10-25 12:27:10 +0000 |
---|---|---|
committer | ville <ville@localhost> | 2009-10-25 12:27:10 +0000 |
commit | a2f238dc6ee1015aff1fcf26ae5ca0a5f7fec4d0 (patch) | |
tree | 3f5122858a099adbf80133f47fa364275d1a4bd4 | |
parent | df606811e5b2e6752531605ce6a701f274fd1be3 (diff) | |
download | markup-validator-a2f238dc6ee1015aff1fcf26ae5ca0a5f7fec4d0.zip markup-validator-a2f238dc6ee1015aff1fcf26ae5ca0a5f7fec4d0.tar.gz markup-validator-a2f238dc6ee1015aff1fcf26ae5ca0a5f7fec4d0.tar.bz2 |
Rename MathML2 test file to *.mml so servers are more likely to serve it
with an appropriate content type, use recommended system id in it.
-rwxr-xr-x | htdocs/dev/tests/index.html | 10 | ||||
-rwxr-xr-x | htdocs/dev/tests/mathml2.mml (renamed from htdocs/dev/tests/mathml2.mathml) | 2 | ||||
-rw-r--r-- | misc/testsuite/catalog.xml | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/htdocs/dev/tests/index.html b/htdocs/dev/tests/index.html index e7758c8..23261d8 100755 --- a/htdocs/dev/tests/index.html +++ b/htdocs/dev/tests/index.html @@ -1,6 +1,6 @@ -<!--#set var="revision" value="\$Id: index.html,v 1.108 2009-02-13 21:13:43 ot Exp $" ---><!--#set var="date" value="\$Date: 2009-02-13 21:13:43 $" +<!--#set var="revision" value="\$Id: index.html,v 1.109 2009-10-25 12:27:10 ville Exp $" +--><!--#set var="date" value="\$Date: 2009-10-25 12:27:10 $" --><!--#set var="title" value="The W3C Markup Validation Service: Tests" --><!--#set var="relroot" value="../../" --><!--#include virtual="../../header.html" --> @@ -233,9 +233,9 @@ <h5>MathML 2.0 Document Type support test</h5> <p> - <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/mathml2.mathml;ss">validate</a> - - <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/mathml2.mathml;ss">with v.w.o</a> - - <a href="http://qa-dev.w3.org/wmvs/HEAD/dev/tests/mathml2.mathml">view</a>: + <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/mathml2.mml;ss">validate</a> - + <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/mathml2.mml;ss">with v.w.o</a> - + <a href="http://qa-dev.w3.org/wmvs/HEAD/dev/tests/mathml2.mml">view</a>: Valid MathML 2.0 minimal test document</p> diff --git a/htdocs/dev/tests/mathml2.mathml b/htdocs/dev/tests/mathml2.mml index 19cbaa1..80f1f6e 100755 --- a/htdocs/dev/tests/mathml2.mathml +++ b/htdocs/dev/tests/mathml2.mml @@ -1,5 +1,5 @@ <!DOCTYPE math PUBLIC "-//W3C//DTD MathML 2.0//EN" -"http://www.w3.org/TR/CR-MathML2-20001113/dtd/mathml2.dtd"> +"http://www.w3.org/Math/DTD/mathml2/mathml2.dtd"> <math> <mrow> </mrow> diff --git a/misc/testsuite/catalog.xml b/misc/testsuite/catalog.xml index 91cdbb4..9343388 100644 --- a/misc/testsuite/catalog.xml +++ b/misc/testsuite/catalog.xml @@ -182,7 +182,7 @@ <test> <dc:title>MathML 2.0 Document Type support test</dc:title> - <uri>http://qa-dev.w3.org/wmvs/HEAD/dev/tests/mathml2.mathml</uri> + <uri>http://qa-dev.w3.org/wmvs/HEAD/dev/tests/mathml2.mml</uri> <expect> <Validity>Pass</Validity> </expect> |