summaryrefslogtreecommitdiff
path: root/test/files/jvm/xmlstuff.check
diff options
context:
space:
mode:
authorburaq <buraq@epfl.ch>2004-06-14 13:16:00 +0000
committerburaq <buraq@epfl.ch>2004-06-14 13:16:00 +0000
commit2ce4da740250ae118e9edac8093ea0873911de82 (patch)
tree25cda7245858072c6e0cb03c5d6669839c4991db /test/files/jvm/xmlstuff.check
parent3b26120ff86f1ca66e7b92c8ae9df085940e4d39 (diff)
downloadscala-2ce4da740250ae118e9edac8093ea0873911de82.tar.gz
scala-2ce4da740250ae118e9edac8093ea0873911de82.tar.bz2
scala-2ce4da740250ae118e9edac8093ea0873911de82.zip
new example of for comprehensions
Diffstat (limited to 'test/files/jvm/xmlstuff.check')
-rw-r--r--test/files/jvm/xmlstuff.check7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/files/jvm/xmlstuff.check b/test/files/jvm/xmlstuff.check
index f8bab77aac..b348451a28 100644
--- a/test/files/jvm/xmlstuff.check
+++ b/test/files/jvm/xmlstuff.check
@@ -31,3 +31,10 @@ passed ok
<remarks>rem 2</remarks>
</result>
List(<book><title>Blabla</title></book>)
+<result>
+ <name>John</name>
+ <street>Elm Street</street>
+ <city>Dolphin City</city>
+ <phone where="work">+41 21 693 68 67</phone>
+ <phone where="mobile">+41 79 602 23 23</phone>
+</result>