summaryrefslogtreecommitdiff
path: root/test/files/xml/xhtml.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/xml/xhtml.check')
-rw-r--r--test/files/xml/xhtml.check3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/files/xml/xhtml.check b/test/files/xml/xhtml.check
new file mode 100644
index 0000000000..37cc1d6924
--- /dev/null
+++ b/test/files/xml/xhtml.check
@@ -0,0 +1,3 @@
+<html><head><title>a basic xhtml page</title></head><body><h1>Welcome to xhtml in scala</h1><p>a paragraph</p><p>another one, with a <a href="http://lampwww.epfl.ch" >link</a> to the LAMP homepage.</p></body></html>
+html(List(head(List(title(List(PCDATA(a basic xhtml page))))),body(List(h1(List(PCDATA(Welcome to xhtml in scala))),p(List(PCDATA(a paragraph))),p(List(PCDATA(another, with a ),a(List(PCDATA(example link))),PCDATA( to lamp homepage)))))))
+<html version="-//W3C//DTD XHTML Basic 1.0//EN" ><head profile="" ><title>a basic xhtml page</title></head><body><h1>Welcome to xhtml in scala</h1><p>a paragraph</p><p>another, with a <a href="http://lampwww.epfl.ch" >example link</a> to lamp homepage</p></body></html>