summaryrefslogtreecommitdiff
path: root/test/files/run/runtime-richChar.check
diff options
context:
space:
mode:
authorstepancheg <stepancheg@epfl.ch>2008-06-06 18:53:49 +0000
committerstepancheg <stepancheg@epfl.ch>2008-06-06 18:53:49 +0000
commitc5de85e4329457b4d0b3019e0a8bb89c8132d7f1 (patch)
tree87a840e4727c5f92a28376b404b8d2dee336c133 /test/files/run/runtime-richChar.check
parent5efe5b8017ed97ca37809dba0e3b11a14a6f7dd7 (diff)
downloadscala-c5de85e4329457b4d0b3019e0a8bb89c8132d7f1.tar.gz
scala-c5de85e4329457b4d0b3019e0a8bb89c8132d7f1.tar.bz2
scala-c5de85e4329457b4d0b3019e0a8bb89c8132d7f1.zip
makeRichChar to, until return RandomAccessSeq.P...
makeRichChar to, until return RandomAccessSeq.Projection (#970)
Diffstat (limited to 'test/files/run/runtime-richChar.check')
-rw-r--r--test/files/run/runtime-richChar.check10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/files/run/runtime-richChar.check b/test/files/run/runtime-richChar.check
new file mode 100644
index 0000000000..8d7a008585
--- /dev/null
+++ b/test/files/run/runtime-richChar.check
@@ -0,0 +1,10 @@
+'a' to 'c' ok
+'a' until 'c' ok
+'a' to 'b' ok
+'a' until 'b' ok
+'a' to 'a' ok
+'a' until 'a' ok
+'b' to 'a' ok
+'b' until 'a' ok
+'c' to 'a' ok
+'c' until 'a' ok