summaryrefslogtreecommitdiff
path: root/test/files/jvm/xmlLiterals.check
diff options
context:
space:
mode:
authorburaq <buraq@epfl.ch>2004-05-26 18:07:35 +0000
committerburaq <buraq@epfl.ch>2004-05-26 18:07:35 +0000
commit8dcb4da871915fcbd55b062843332d5b9c2e0ac8 (patch)
treef6cc698e4549c3c0db1c534ffd456ba79929d93a /test/files/jvm/xmlLiterals.check
parent02a6574294afe8355be2654e96ec9ec5f540306c (diff)
downloadscala-8dcb4da871915fcbd55b062843332d5b9c2e0ac8.tar.gz
scala-8dcb4da871915fcbd55b062843332d5b9c2e0ac8.tar.bz2
scala-8dcb4da871915fcbd55b062843332d5b9c2e0ac8.zip
pretty-print + whitespace trimming
Diffstat (limited to 'test/files/jvm/xmlLiterals.check')
-rw-r--r--test/files/jvm/xmlLiterals.check43
1 files changed, 21 insertions, 22 deletions
diff --git a/test/files/jvm/xmlLiterals.check b/test/files/jvm/xmlLiterals.check
index cf4493ca54..c68baec2d9 100644
--- a/test/files/jvm/xmlLiterals.check
+++ b/test/files/jvm/xmlLiterals.check
@@ -16,29 +16,28 @@ 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>
- <hr></hr>
- <p>
- Complicated layout tasks can be encapsulated and outsourced.
- </p>
- <h2>Bye!</h2>
- </body>
- </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>
Test04
ArrayBuffer(<foo></foo>, <bar>Text</bar>, <foo></foo>)
<foo></foo>