From: Hugo van der Sanden Date: Fri, 25 May 2001 22:35:01 +0000 (+0100) Subject: utf8 regexp tests X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=95fd33e1a0d6a8476baddd41f4252bac0400ae4e;p=p5sagit%2Fp5-mst-13.2.git utf8 regexp tests Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk> p4raw-id: //depot/perl@10216 --- diff --git a/t/op/regexp.t b/t/op/regexp.t index 4a4d42f..0751559 100755 --- a/t/op/regexp.t +++ b/t/op/regexp.t @@ -70,8 +70,8 @@ while () { $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):\]/; +# $skip = 1, $reason = 'utf8' +# if ($^H &= ~0x00000008) && $pat =~ /\[:\^(alnum|print|word|ascii|xdigit):\]/; $result =~ s/B//i unless $skip; for $study ('', 'study \$subject') { $c = $iters;