summaryrefslogtreecommitdiff
path: root/test/files/jvm/xml03syntax.check
diff options
context:
space:
mode:
authorBurak Emir <emir@epfl.ch>2006-09-07 16:54:57 +0000
committerBurak Emir <emir@epfl.ch>2006-09-07 16:54:57 +0000
commitff389f693c06fb5db50c17b8d7d3c7a3b505420f (patch)
tree98a2a1cde5b5ca735f890fed87e94647632fd07a /test/files/jvm/xml03syntax.check
parentfe6e0afa5cd320250be567ae31da77cc19e24d44 (diff)
downloadscala-ff389f693c06fb5db50c17b8d7d3c7a3b505420f.tar.gz
scala-ff389f693c06fb5db50c17b8d7d3c7a3b505420f.tar.bz2
scala-ff389f693c06fb5db50c17b8d7d3c7a3b505420f.zip
xml changes
Diffstat (limited to 'test/files/jvm/xml03syntax.check')
-rw-r--r--test/files/jvm/xml03syntax.check24
1 files changed, 24 insertions, 0 deletions
diff --git a/test/files/jvm/xml03syntax.check b/test/files/jvm/xml03syntax.check
new file mode 100644
index 0000000000..b81c53e9b1
--- /dev/null
+++ b/test/files/jvm/xml03syntax.check
@@ -0,0 +1,24 @@
+<hello>()</hello>
+passed ok
+<hello>()</hello>
+passed ok
+<hello>world</hello>
+passed ok
+<hello>1.5</hello>
+passed ok
+<hello>5</hello>
+passed ok
+<hello>true</hello>
+passed ok
+<hello>5</hello>
+passed ok
+<hello>27</hello>
+passed ok
+<hello>1 2 3 4</hello>
+1
+2
+3
+4
+<hello>2 4</hello>
+2
+4