summaryrefslogtreecommitdiff
path: root/test/files/jvm
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2010-01-17 20:50:47 +0000
committerPaul Phillips <paulp@improving.org>2010-01-17 20:50:47 +0000
commit3d47813cda5b0a13b095f2681296dcae6adefd07 (patch)
tree206adfc1363fde190670b1450799f86cfa3dff09 /test/files/jvm
parent4bb4b8a08e4f6c85743d73e78729df01ec0212d7 (diff)
downloadscala-3d47813cda5b0a13b095f2681296dcae6adefd07.tar.gz
scala-3d47813cda5b0a13b095f2681296dcae6adefd07.tar.bz2
scala-3d47813cda5b0a13b095f2681296dcae6adefd07.zip
Don't insert whitespace on multiline strings an...
Don't insert whitespace on multiline strings and xml literals. Closes #2115. No review.
Diffstat (limited to 'test/files/jvm')
-rw-r--r--test/files/jvm/interpreter.check8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/files/jvm/interpreter.check b/test/files/jvm/interpreter.check
index e17cc15a0a..6c89318470 100644
--- a/test/files/jvm/interpreter.check
+++ b/test/files/jvm/interpreter.check
@@ -189,7 +189,7 @@ scala>
scala>
scala> | | | | res8: scala.xml.Elem =
<a>
- <b d="dd" c="c"></b></a>
+<b d="dd" c="c"></b></a>
scala>
scala>
@@ -199,9 +199,9 @@ scala>
scala>
scala> | | | res9: java.lang.String =
- hello
- there
-
+hello
+there
+
scala>
scala> | | You typed two blank lines. Starting a new command.