summaryrefslogtreecommitdiff
path: root/test/files/run/interpolationMultiline1.check
diff options
context:
space:
mode:
authorEugene Burmako <xeno.by@gmail.com>2012-02-15 16:07:27 +0100
committerEugene Burmako <xeno.by@gmail.com>2012-02-15 16:52:17 +0100
commit9e224c4f66c232cce8bbfa7e9ca25a84222baffd (patch)
tree192dce3b5020423c84209ff3ca9078e9f01b7a07 /test/files/run/interpolationMultiline1.check
parenta2ce52f838d7ae4a1af93e5149e38ef87e9cd06d (diff)
downloadscala-9e224c4f66c232cce8bbfa7e9ca25a84222baffd.tar.gz
scala-9e224c4f66c232cce8bbfa7e9ca25a84222baffd.tar.bz2
scala-9e224c4f66c232cce8bbfa7e9ca25a84222baffd.zip
Makes multiline interpolation work finely
Diffstat (limited to 'test/files/run/interpolationMultiline1.check')
-rw-r--r--test/files/run/interpolationMultiline1.check26
1 files changed, 26 insertions, 0 deletions
diff --git a/test/files/run/interpolationMultiline1.check b/test/files/run/interpolationMultiline1.check
new file mode 100644
index 0000000000..09579a800a
--- /dev/null
+++ b/test/files/run/interpolationMultiline1.check
@@ -0,0 +1,26 @@
+Bob is 1 years old
+Bob is 1 years old
+Bob will be 2 years old
+Bob will be 2 years old
+1+1 = 2
+1+1 = 2
+Bob is 12 years old
+Bob is 12 years old
+Bob will be 13 years old
+Bob will be 13 years old
+12+1 = 13
+12+1 = 13
+Bob is 123 years old
+Bob is 123 years old
+Bob will be 124 years old
+Bob will be 124 years old
+123+1 = 124
+123+1 = 124
+Best price: 10.0
+Best price: 10.00
+10.0% discount included
+10.00% discount included
+Best price: 13.345
+Best price: 13.35
+13.345% discount included
+13.35% discount included