summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorburaq <buraq@epfl.ch>2003-11-27 13:11:31 +0000
committerburaq <buraq@epfl.ch>2003-11-27 13:11:31 +0000
commit2fd1face7f1b1c3af8b083988c7ce0ee6d31d7ed (patch)
treec8a6ada689260d317cd4f3eb58f36d9e5cd872f7 /test
parentb68be7fedf11a6408776e482097a7cb2af7f98a0 (diff)
downloadscala-2fd1face7f1b1c3af8b083988c7ce0ee6d31d7ed.tar.gz
scala-2fd1face7f1b1c3af8b083988c7ce0ee6d31d7ed.tar.bz2
scala-2fd1face7f1b1c3af8b083988c7ce0ee6d31d7ed.zip
added attributes to toString methods
Diffstat (limited to 'test')
-rw-r--r--test/files/xml/xhtml.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/xml/xhtml.check b/test/files/xml/xhtml.check
index 637ac783a2..c563981ddb 100644
--- a/test/files/xml/xhtml.check
+++ b/test/files/xml/xhtml.check
@@ -1,3 +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>link</a> to the LAMP homepage.</p></body></html>
-html(List(head(List(title(List(Text(a basic xhtml page))))),body(List(h1(List(Text(Welcome to xhtml in scala))),p(List(Text(a paragraph))),p(List(Text(another, with a ),a(List(Text(example link))),Text( to lamp homepage)))))))
+html version="-//W3C//DTD XHTML Basic 1.0//EN"(List(head profile=""(List(title(List(Text(a basic xhtml page))))),body(List(h1(List(Text(Welcome to xhtml in scala))),p(List(Text(a paragraph))),p(List(Text(another, with a ),a href="http://lampwww.epfl.ch"(List(Text(example link))),Text( 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>