summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorChip Salzenberg <chip@atlantic.net>1996-12-19 16:44:00 +1200
committerChip Salzenberg <chip@atlantic.net>1996-12-19 16:44:00 +1200
commitf2cbb5f7981d75896143accdc8bed8a11f580b2e (patch)
tree44303d895bc75f6c65c58e08f96a54df0218a06c /t
parent858f93c38ca9fcfb9375581eee2cdb1aea7005ce (diff)
downloadperl-f2cbb5f7981d75896143accdc8bed8a11f580b2e.tar.gz
[shell changes from patch from perl5.003_11 to perl5.003_12]
Change from running these commands: # create new directories test -d lib/CPAN || mkdir lib/CPAN test -d vms/ext/DCLsym || mkdir vms/ext/DCLsym # be sure that new test is executable touch t/op/recurse.t chmod +x t/op/recurse.t # get rid of old files rm -f lib/splain rm -f old_embed.pl rm -f old_global.sym rm -f old_perl_exp.SH rm -f pod/perli18n.pod rm -f t/re_tests # ready to patch exit 0
Diffstat (limited to 't')
-rwxr-xr-xt/op/recurse.t0
-rw-r--r--t/re_tests3
2 files changed, 0 insertions, 3 deletions
diff --git a/t/op/recurse.t b/t/op/recurse.t
new file mode 100755
index 0000000000..e69de29bb2
--- /dev/null
+++ b/t/op/recurse.t
diff --git a/t/re_tests b/t/re_tests
deleted file mode 100644
index 2ac666ab38..0000000000
--- a/t/re_tests
+++ /dev/null
@@ -1,3 +0,0 @@
-a.+?c abcabc y $& abc
-(a+|b)* ab y $&-$1 ab-b
-(a+|b){0,} ab y $&-$1 ab-b