summaryrefslogtreecommitdiff
path: root/test/files/run/t7805-repl-i.check
diff options
context:
space:
mode:
authorSom Snytt <som.snytt@gmail.com>2013-09-05 22:15:46 -0700
committerSom Snytt <som.snytt@gmail.com>2013-09-06 13:48:08 -0700
commit06c1c7855510ce31e43356407b95979e1e3813f1 (patch)
tree7ee9fc4b453e5539c8423e6b690b525c63128cb2 /test/files/run/t7805-repl-i.check
parent6dd565ff9b73a3ebc8f702e01d46eca78b423dd9 (diff)
downloadscala-06c1c7855510ce31e43356407b95979e1e3813f1.tar.gz
scala-06c1c7855510ce31e43356407b95979e1e3813f1.tar.bz2
scala-06c1c7855510ce31e43356407b95979e1e3813f1.zip
SI-7805 REPL -i startup
Tested with a ReplTest that loads an include script. ReplTests can choose to be `Welcoming` and keep a normalized welcome message in their check transcript. One recent SessionTest is updated to use the normalizing API.
Diffstat (limited to 'test/files/run/t7805-repl-i.check')
-rw-r--r--test/files/run/t7805-repl-i.check11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/files/run/t7805-repl-i.check b/test/files/run/t7805-repl-i.check
new file mode 100644
index 0000000000..eecfff079a
--- /dev/null
+++ b/test/files/run/t7805-repl-i.check
@@ -0,0 +1,11 @@
+Loading t7805-repl-i.script...
+import util._
+
+Welcome to Scala
+Type in expressions to have them evaluated.
+Type :help for more information.
+
+scala> Console println Try(8)
+Success(8)
+
+scala>