utf8 regexp tests
authorHugo van der Sanden <hv@crypt.org>
Fri, 25 May 2001 22:35:01 +0000 (23:35 +0100)
committerJarkko Hietaniemi <jhi@iki.fi>
Sat, 26 May 2001 13:17:47 +0000 (13:17 +0000)
Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>

p4raw-id: //depot/perl@10216

t/op/regexp.t

index 4a4d42f..0751559 100755 (executable)
@@ -70,8 +70,8 @@ while (<TESTS>) {
     $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;