From 2fd1face7f1b1c3af8b083988c7ce0ee6d31d7ed Mon Sep 17 00:00:00 2001 From: buraq Date: Thu, 27 Nov 2003 13:11:31 +0000 Subject: added attributes to toString methods --- test/files/xml/xhtml.check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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 @@ a basic xhtml page

Welcome to xhtml in scala

a paragraph

another one, with a link to the LAMP homepage.

-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))))))) a basic xhtml page

Welcome to xhtml in scala

a paragraph

another, with a example link to lamp homepage

-- cgit v1.2.3