summaryrefslogtreecommitdiff
path: root/test/files/jvm/xmlstuff.check
diff options
context:
space:
mode:
authorburaq <buraq@epfl.ch>2004-06-08 18:06:10 +0000
committerburaq <buraq@epfl.ch>2004-06-08 18:06:10 +0000
commit4a3559d00506505a2eb571c92b263cf5b080a669 (patch)
tree01ba34c63a24c2deaca2515b2bc43ffbd23b53d2 /test/files/jvm/xmlstuff.check
parent2c7b4a9d136c53011d65d46893fddc754e6231d9 (diff)
downloadscala-4a3559d00506505a2eb571c92b263cf5b080a669.tar.gz
scala-4a3559d00506505a2eb571c92b263cf5b080a669.tar.bz2
scala-4a3559d00506505a2eb571c92b263cf5b080a669.zip
xml changes - nodeseq supports comprehension, p...
xml changes - nodeseq supports comprehension, prettyprinter.format
Diffstat (limited to 'test/files/jvm/xmlstuff.check')
-rw-r--r--test/files/jvm/xmlstuff.check19
1 files changed, 19 insertions, 0 deletions
diff --git a/test/files/jvm/xmlstuff.check b/test/files/jvm/xmlstuff.check
index afe3a6839f..f73797cb2a 100644
--- a/test/files/jvm/xmlstuff.check
+++ b/test/files/jvm/xmlstuff.check
@@ -20,3 +20,22 @@ passed ok
passed ok
NodeSeq
passed ok
+<result>
+ <title>Blabla</title>
+ <entry>
+ <title>Blabla</title>
+ <remarks>Hallo Welt.</remarks>
+ </entry>
+</result><result>
+ <title>Blubabla</title>
+ <entry>
+ <title>Blubabla</title>
+ <remarks>Hello Blu</remarks>
+ </entry>
+</result><result>
+ <title>Blubabla</title>
+ <entry>
+ <title>Blubabla</title>
+ <remarks>rem 2</remarks>
+ </entry>
+</result>