summaryrefslogtreecommitdiff
path: root/test/files/run/t7634.check
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@typesafe.com>2013-11-07 11:03:32 -0800
committerAdriaan Moors <adriaan.moors@typesafe.com>2013-11-07 11:03:32 -0800
commite5ccdb0ebf37d07f764f903d73abcfe1fec5436b (patch)
tree72bb35676caf52ffe03d67183af79fbf858f9456 /test/files/run/t7634.check
parente72c11e18062b4e281cc38fb7727b3bd144c8594 (diff)
parent490f946fc804358109098f0404e6483635e1d055 (diff)
downloadscala-e5ccdb0ebf37d07f764f903d73abcfe1fec5436b.tar.gz
scala-e5ccdb0ebf37d07f764f903d73abcfe1fec5436b.tar.bz2
scala-e5ccdb0ebf37d07f764f903d73abcfe1fec5436b.zip
Merge pull request #3042 from gourlaysama/t7634-repl-sh-is-broken
SI-7634 resurrect the REPL's :sh command
Diffstat (limited to 'test/files/run/t7634.check')
-rw-r--r--test/files/run/t7634.check8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/files/run/t7634.check b/test/files/run/t7634.check
new file mode 100644
index 0000000000..aea3b94da5
--- /dev/null
+++ b/test/files/run/t7634.check
@@ -0,0 +1,8 @@
+Type in expressions to have them evaluated.
+Type :help for more information.
+
+
+scala> .lines
+res1: List[String] = List(shello, world.)
+
+scala>