diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-12-23 15:52:27 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-12-23 15:52:27 +0000 |
commit | 25aae3a72e52ac6a70711f3dce68629d59f1cf87 (patch) | |
tree | 1b826e757d9a19af45034f049d6b9b519b495458 /MANIFEST | |
parent | e80b829c678662da5bda5d8b6fb6d7de54064909 (diff) | |
download | perl-25aae3a72e52ac6a70711f3dce68629d59f1cf87.tar.gz |
Remove -T from op/subst.t, and add a new test file, substT.t,
to run the s/// tests under taint mode; mark the test for
RT #6006 as TODO, but only with -T.
p4raw-id: //depot/perl@29618
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3589,6 +3589,7 @@ t/op/sub_lval.t See if lvalue subroutines work t/op/subst_amp.t See if $&-related substitution works t/op/substr.t See if substr works t/op/subst.t See if substitution works +t/op/substT.t See if substitution works with -T t/op/subst_wamp.t See if substitution works with $& present t/op/sub.t See if subroutines work t/op/switch.t See if switches (given/when) work |