From 3d47813cda5b0a13b095f2681296dcae6adefd07 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Sun, 17 Jan 2010 20:50:47 +0000 Subject: Don't insert whitespace on multiline strings an... Don't insert whitespace on multiline strings and xml literals. Closes #2115. No review. --- test/files/jvm/interpreter.check | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test/files/jvm/interpreter.check') 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 = - + 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. -- cgit v1.2.3