diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-10-27 17:02:30 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-10-27 17:02:30 +0000 |
commit | ae09e25bf0cabefb94abad78965f21106553653c (patch) | |
tree | a4d2b3056562727bb2ba0389d9daa7db1424318d /t | |
parent | 0794a926e814aa64f05e33aaa75c1f2b402acf32 (diff) | |
download | perl-ae09e25bf0cabefb94abad78965f21106553653c.tar.gz |
[no reason given] is not good.
p4raw-id: //depot/perl@12709
Diffstat (limited to 't')
-rwxr-xr-x | t/op/regexp.t | 4 |
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; |