summaryrefslogtreecommitdiff
path: root/test/files/run/repl-paste.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/repl-paste.check')
-rw-r--r--test/files/run/repl-paste.check13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/files/run/repl-paste.check b/test/files/run/repl-paste.check
new file mode 100644
index 0000000000..4c9de85e67
--- /dev/null
+++ b/test/files/run/repl-paste.check
@@ -0,0 +1,13 @@
+Type in expressions to have them evaluated.
+Type :help for more information.
+
+scala> // Entering paste mode (ctrl-D to finish)
+
+
+// Exiting paste mode, now interpreting.
+
+defined class Dingus
+defined module Dingus
+x: Int = 110
+
+scala>