summaryrefslogtreecommitdiff
path: root/test/files/run/repl-paste-3.check
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2011-07-03 19:52:51 +0000
committerPaul Phillips <paulp@improving.org>2011-07-03 19:52:51 +0000
commitd858fc14ad79b9c8bbe066aec70ded8fa62b0275 (patch)
tree2dad390100ee9025b0f5445af6ba032dddb0fee5 /test/files/run/repl-paste-3.check
parent835be39b534accb0d341d0629662f5685ae2cfef (diff)
downloadscala-d858fc14ad79b9c8bbe066aec70ded8fa62b0275.tar.gz
scala-d858fc14ad79b9c8bbe066aec70ded8fa62b0275.tar.bz2
scala-d858fc14ad79b9c8bbe066aec70ded8fa62b0275.zip
Logic bug in repl :paste parsing, no review.
Diffstat (limited to 'test/files/run/repl-paste-3.check')
-rw-r--r--test/files/run/repl-paste-3.check14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/files/run/repl-paste-3.check b/test/files/run/repl-paste-3.check
new file mode 100644
index 0000000000..2b4c941c33
--- /dev/null
+++ b/test/files/run/repl-paste-3.check
@@ -0,0 +1,14 @@
+Type in expressions to have them evaluated.
+Type :help for more information.
+
+scala>
+
+scala> println(3)
+3
+
+scala> List(1,2)
+res1: List[Int] = List(1, 2)
+
+scala>
+
+scala>