Skip to content

Commit 92b270f

Browse files
paulpadriaanm
authored andcommitted
Don't insert whitespace on multiline strings an...
Don't insert whitespace on multiline strings and xml literals. Closes #2115. No review.
1 parent 5f68c93 commit 92b270f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/files/jvm/interpreter.check

+4-4
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ scala>
189189
scala>
190190
scala> | | | | res8: scala.xml.Elem =
191191
<a>
192-
<b d="dd" c="c"></b></a>
192+
<b d="dd" c="c"></b></a>
193193

194194
scala>
195195
scala>
@@ -199,9 +199,9 @@ scala>
199199
scala>
200200
scala> | | | res9: java.lang.String =
201201

202-
hello
203-
there
204-
202+
hello
203+
there
204+
205205

206206
scala>
207207
scala> | | You typed two blank lines. Starting a new command.

0 commit comments

Comments
 (0)