summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-10-27 17:02:30 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-10-27 17:02:30 +0000
commitae09e25bf0cabefb94abad78965f21106553653c (patch)
treea4d2b3056562727bb2ba0389d9daa7db1424318d /t
parent0794a926e814aa64f05e33aaa75c1f2b402acf32 (diff)
downloadperl-ae09e25bf0cabefb94abad78965f21106553653c.tar.gz
[no reason given] is not good.
p4raw-id: //depot/perl@12709
Diffstat (limited to 't')
-rwxr-xr-xt/op/regexp.t4
1 files changed, 1 insertions, 3 deletions
diff --git a/t/op/regexp.t b/t/op/regexp.t
index 6d33580b30..5a31696e58 100755
--- a/t/op/regexp.t
+++ b/t/op/regexp.t
@@ -69,9 +69,7 @@ while (<TESTS>) {
$expect =~ s/\\n/\n/g;
$expect = $repl = '-' if $skip_amp and $input =~ /\$[&\`\']/;
$skip = ($skip_amp ? ($result =~ s/B//i) : ($result =~ s/B//));
- # Certain tests don't work with utf8 (the re_test should be in UTF8)
-# $skip = 1, $reason = 'utf8'
-# if ($^H &= ~0x00000008) && $pat =~ /\[:\^(alnum|print|word|ascii|xdigit):\]/;
+ $reason = $skip_amp ? 'skipping $&' : '';
$result =~ s/B//i unless $skip;
for $study ('', 'study \$subject') {
$c = $iters;