summaryrefslogtreecommitdiff
path: root/test/files
diff options
context:
space:
mode:
authorburaq <buraq@epfl.ch>2004-12-16 14:06:17 +0000
committerburaq <buraq@epfl.ch>2004-12-16 14:06:17 +0000
commit4ec12fd076b4e92bd49182de8c4200b992b9871b (patch)
tree73647b8b51fcb3f1cc3c62c2cd6615e15202b0c9 /test/files
parent6b93dced8a19b9723ec2e2f9c9afe39b9ba2f6c5 (diff)
downloadscala-4ec12fd076b4e92bd49182de8c4200b992b9871b.tar.gz
scala-4ec12fd076b4e92bd49182de8c4200b992b9871b.tar.bz2
scala-4ec12fd076b4e92bd49182de8c4200b992b9871b.zip
minor fixes NodeBuffer
Diffstat (limited to 'test/files')
-rw-r--r--test/files/jvm/xmlLiterals.check19
-rw-r--r--test/files/jvm/xmlLiterals.scala6
2 files changed, 24 insertions, 1 deletions
diff --git a/test/files/jvm/xmlLiterals.check b/test/files/jvm/xmlLiterals.check
index 324e1378f0..4fa9298cd2 100644
--- a/test/files/jvm/xmlLiterals.check
+++ b/test/files/jvm/xmlLiterals.check
@@ -18,7 +18,7 @@ passed ok
passed ok
passed ok
Test03Servlet
-<html><head><title>ModularFormatting</title></head><body><h2>Welcome</h2><p>What follows is an example of modular formatting.</p><p><table align="center"><tr><td bgcolor="#AAAAFF" color="#222255"><h1>message</h1></td></tr></table></p><hr></hr><p>Complicated layout tasks can be encapsulated and outsourced.</p><h2>Bye!</h2></body></html>
+<html><head><title>ModularFormatting</title></head><body><h2>Welcome</h2><p>What follows is an example of modular formatting.</p><p><table align="center"><tr><td bgcolor="#AAAAFF" color="#222255"><h1>message</h1></td></tr></table></p><p>1a23.23</p><p><table align="center"><tr><td bgcolor="#AAAAFF" color="#222255"><h1>message</h1></td></tr></table><table align="center"><tr><td bgcolor="#AAAAFF" color="#222255"><h1>message</h1></td></tr></table></p><hr></hr><p>Complicated layout tasks can be encapsulated and outsourced.</p><h2>Bye!</h2></body></html>
<html>
<head>
<title>ModularFormatting</title>
@@ -35,6 +35,23 @@ Test03Servlet
</tr>
</table>
</p>
+ <p>1a23.23</p>
+ <p>
+ <table align="center">
+ <tr>
+ <td bgcolor="#AAAAFF" color="#222255">
+ <h1>message</h1>
+ </td>
+ </tr>
+ </table>
+ <table align="center">
+ <tr>
+ <td bgcolor="#AAAAFF" color="#222255">
+ <h1>message</h1>
+ </td>
+ </tr>
+ </table>
+ </p>
<hr></hr>
<p>Complicated layout tasks can be encapsulated and outsourced.</p>
<h2>Bye!</h2>
diff --git a/test/files/jvm/xmlLiterals.scala b/test/files/jvm/xmlLiterals.scala
index 6df8082c0c..73d6627b1c 100644
--- a/test/files/jvm/xmlLiterals.scala
+++ b/test/files/jvm/xmlLiterals.scala
@@ -170,6 +170,12 @@ object Test03Servlet {
<p>
{ ns }
</p>
+ <p>
+ { 1 } {'a'} { 23.23 }
+ </p>
+ <p>
+ { for(val n <- ns.toList) yield { n::n::Nil } }
+ </p>
<hr/>
<p>
{footerMsg}