p4raw-id: //depot/perl@12709
$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;