From 3657ec24dfe65480a62b693853a75e7565633f67 Mon Sep 17 00:00:00 2001 From: buraq Date: Fri, 26 Mar 2004 08:30:02 +0000 Subject: bugfix --- test/files/run/xmlParsing_servlet.check | 6 +++++- test/files/run/xmlParsing_servlet.scala | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/files/run/xmlParsing_servlet.check b/test/files/run/xmlParsing_servlet.check index f716534829..ef35a97716 100644 --- a/test/files/run/xmlParsing_servlet.check +++ b/test/files/run/xmlParsing_servlet.check @@ -8,7 +8,11 @@ What follows is an example of modular formatting.

- hallo
+ + + + +

message


diff --git a/test/files/run/xmlParsing_servlet.scala b/test/files/run/xmlParsing_servlet.scala index 50b641d394..d7416c824b 100644 --- a/test/files/run/xmlParsing_servlet.scala +++ b/test/files/run/xmlParsing_servlet.scala @@ -31,7 +31,7 @@ object Test { /** applies beautify to every element in a sequence */ - def beautify( xs:Seq[Node] ):Seq[Node] = halloHwlt;//xs.toList.map { beautify } + def beautify( xs:Seq[Node] ):Seq[Node] = xs.toList.map { beautify } /** this is a recursive procedure that adds some attributes to the tree */ -- cgit v1.2.3