summaryrefslogtreecommitdiff
path: root/test/files/run
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run')
-rw-r--r--test/files/run/repl-paste-2.check3
-rw-r--r--test/files/run/repl-transcript.check3
2 files changed, 6 insertions, 0 deletions
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
diff --git a/test/files/run/repl-transcript.check b/test/files/run/repl-transcript.check
index 03162451b6..6d22353882 100644
--- a/test/files/run/repl-transcript.check
+++ b/test/files/run/repl-transcript.check
@@ -4,6 +4,9 @@ Type :help for more information.
scala>
scala> scala> class Bippity
+
+// Detected repl transcript paste: ctrl-D to finish.
+
defined class Bippity
scala> def f = new Bippity