From d8f3a17f5dd9dd6864b4c6e2ed8db5909e9de2c0 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Thu, 16 Jun 2011 19:40:59 +0000 Subject: Go back to printing the message that transcript... Go back to printing the message that transcript pastes can be finished with ctrl-D. No review. --- test/files/run/repl-paste-2.check | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/files/run/repl-paste-2.check') diff --git a/test/files/run/repl-paste-2.check b/test/files/run/repl-paste-2.check index 435592567d..18bd6d2434 100644 --- a/test/files/run/repl-paste-2.check +++ b/test/files/run/repl-paste-2.check @@ -4,6 +4,9 @@ Type :help for more information. scala> scala> scala> 0123 + +// Detected repl transcript paste: ctrl-D to finish. + res4: Int = 0123 scala> 123 -- cgit v1.2.3