summaryrefslogtreecommitdiff
path: root/test/files/jvm/interpreter.check
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2011-01-21 05:03:42 +0000
committerPaul Phillips <paulp@improving.org>2011-01-21 05:03:42 +0000
commite6167d9350b8f268379d0b4683400fb7950f0d13 (patch)
tree37205481d2b6c668877cd0ad7be8d1cf44c3bade /test/files/jvm/interpreter.check
parent3715aa127c51cbcae87af34c088e013d56cb128f (diff)
downloadscala-e6167d9350b8f268379d0b4683400fb7950f0d13.tar.gz
scala-e6167d9350b8f268379d0b4683400fb7950f0d13.tar.bz2
scala-e6167d9350b8f268379d0b4683400fb7950f0d13.zip
The empty string commit made me hungry to actua...
The empty string commit made me hungry to actually know what's in stuff. Now it prints quotes around a string if it's empty or if either the first or last character is whitespace. No review.
Diffstat (limited to 'test/files/jvm/interpreter.check')
-rw-r--r--test/files/jvm/interpreter.check4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/jvm/interpreter.check b/test/files/jvm/interpreter.check
index 3955804db0..ce43875c36 100644
--- a/test/files/jvm/interpreter.check
+++ b/test/files/jvm/interpreter.check
@@ -198,10 +198,10 @@ scala>
scala>
scala>
scala> | | | res9: java.lang.String =
-
+"
hello
there
-
+"
scala>
scala> | | You typed two blank lines. Starting a new command.