summaryrefslogtreecommitdiff
path: root/test/files
diff options
context:
space:
mode:
Diffstat (limited to 'test/files')
-rw-r--r--test/files/run/t9206.scala13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/files/run/t9206.scala b/test/files/run/t9206.scala
index c0484d9217..2942d0f73e 100644
--- a/test/files/run/t9206.scala
+++ b/test/files/run/t9206.scala
@@ -2,6 +2,7 @@
import scala.tools.partest.SessionTest
object Test extends SessionTest {
+ //override def prompt = "XXX> "
//Welcome to Scala version 2.11.6 (Java HotSpot(TM) 64-Bit Server VM, Java 1.8.0_40).
def session =
s"""|Type in expressions to have them evaluated.
@@ -22,5 +23,17 @@ object Test extends SessionTest {
| ^
|
|scala> :quit"""
+ /*
+ |XXX> XXX> def f = 42
+ |
+ |// Detected repl transcript paste: ctrl-D to finish.
+ |
+ |// Replaying 1 commands from transcript.
+ |
+ |XXX> def f = 42
+ |f: Int
+ |
+ |XXX> :quit"""
+ */
}