summaryrefslogtreecommitdiff
path: root/test/files/run/t7634.check
diff options
context:
space:
mode:
authorAntoine Gourlay <antoine@gourlay.fr>2013-10-16 17:55:49 +0200
committerAntoine Gourlay <antoine@gourlay.fr>2013-11-06 17:35:03 +0100
commit490f946fc804358109098f0404e6483635e1d055 (patch)
treef20515f4054ffd0023a95986a69c54843a0e4ae2 /test/files/run/t7634.check
parentae47ccc35bdcfbdb965e2297b131a2416495d4e7 (diff)
downloadscala-490f946fc804358109098f0404e6483635e1d055.tar.gz
scala-490f946fc804358109098f0404e6483635e1d055.tar.bz2
scala-490f946fc804358109098f0404e6483635e1d055.zip
SI-7634 resurrect the REPL's :sh command
ProcessResult had a companion object in 2.10 that somehow disappeared in 2.11. It only called "new ProcessResult(...)", so the REPL might just as well do that.
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>