summaryrefslogtreecommitdiff
path: root/test/files/run/matcharraytail.check
diff options
context:
space:
mode:
authorDavid MacIver <david.maciver@gmail.com>2008-10-26 15:55:23 +0000
committerDavid MacIver <david.maciver@gmail.com>2008-10-26 15:55:23 +0000
commit833c65eb0960bab1972e64a78a6389aff6845b71 (patch)
treebc5e36e86ad2c47e750efd5f54b9a5f944c3fbc7 /test/files/run/matcharraytail.check
parentced4ddfef6b26f5aa84960289bb08c4cb883d071 (diff)
downloadscala-833c65eb0960bab1972e64a78a6389aff6845b71.tar.gz
scala-833c65eb0960bab1972e64a78a6389aff6845b71.tar.bz2
scala-833c65eb0960bab1972e64a78a6389aff6845b71.zip
Cleaning up a lot of dead code from regular exp...
Cleaning up a lot of dead code from regular expression patterns. Added a couple tests to verify correctness of cleanup.
Diffstat (limited to 'test/files/run/matcharraytail.check')
-rw-r--r--test/files/run/matcharraytail.check2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/files/run/matcharraytail.check b/test/files/run/matcharraytail.check
new file mode 100644
index 0000000000..049db39a07
--- /dev/null
+++ b/test/files/run/matcharraytail.check
@@ -0,0 +1,2 @@
+Array(foo, bar, baz)
+Array(bar, baz)