summaryrefslogtreecommitdiff
path: root/test/files/xml/xhtml.check
diff options
context:
space:
mode:
authorburaq <buraq@epfl.ch>2005-04-11 17:09:24 +0000
committerburaq <buraq@epfl.ch>2005-04-11 17:09:24 +0000
commit5860530cce72afd1387506d67b852a27445f30a2 (patch)
treead3a5061be409b456af67ba4736e82d2f6a5f8c7 /test/files/xml/xhtml.check
parent38c5a6b5ca0577347240208c7df0b36e08c05ceb (diff)
downloadscala-5860530cce72afd1387506d67b852a27445f30a2.tar.gz
scala-5860530cce72afd1387506d67b852a27445f30a2.tar.bz2
scala-5860530cce72afd1387506d67b852a27445f30a2.zip
away... moved to different rep
Diffstat (limited to 'test/files/xml/xhtml.check')
-rw-r--r--test/files/xml/xhtml.check2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/files/xml/xhtml.check b/test/files/xml/xhtml.check
deleted file mode 100644
index 42f6f98e0d..0000000000
--- a/test/files/xml/xhtml.check
+++ /dev/null
@@ -1,2 +0,0 @@
-<ns0:html version="-//W3C//DTD XHTML Basic 1.0//EN" xmlns:ns0="http://www.w3.org/1999/xhtml"><ns0:head profile=""><ns0:base href="http://here.edu"></ns0:base><ns0:title>a basic xhtml page</ns0:title></ns0:head><ns0:body><ns0:h1>Welcome to xhtml in scala</ns0:h1><ns0:p>a paragraph</ns0:p><ns0:p>another one, with a <ns0:a href="http://lampwww.epfl.ch">link</ns0:a> to the LAMP homepage.</ns0:p></ns0:body></ns0:html>
-<ns0:html version="-//W3C//DTD XHTML Basic 1.0//EN" xmlns:ns0="http://www.w3.org/1999/xhtml"><ns0:head profile=""><ns0:base href="here.com"></ns0:base><ns0:title>a basic xhtml page</ns0:title></ns0:head><ns0:body><ns0:h1>Welcome to xhtml in scala</ns0:h1><ns0:p>a paragraph</ns0:p><ns0:p>another, with a <ns0:a href="http://lampwww.epfl.ch">example link</ns0:a> to lamp homepage</ns0:p></ns0:body></ns0:html>