diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-12-01 03:26:26 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-12-01 03:26:26 +0000 |
commit | 78109b9e7880b756b1f4157b2eae0f83f070e89b (patch) | |
tree | b37ed9a8a29883fe0dfcef744e76e0df6bdfdf75 /t/op/regexp.t | |
parent | de5f0749ee4fa4a85092e853d4c2971a66843dc4 (diff) | |
download | perl-78109b9e7880b756b1f4157b2eae0f83f070e89b.tar.gz |
Two more tests that make no sense in UTF-8 since the test
data is not in UTF-8.
p4raw-id: //depot/perl@7939
Diffstat (limited to 't/op/regexp.t')
-rwxr-xr-x | t/op/regexp.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/regexp.t b/t/op/regexp.t index 239fa84f77..7fbfc97342 100755 --- a/t/op/regexp.t +++ b/t/op/regexp.t @@ -74,7 +74,7 @@ while (<TESTS>) { $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):\]/; + if ($^H &= ~0x00000008) && $pat =~ /\[:\^(alnum|print|word|ascii|xdigit):\]/; $result =~ s/B//i unless $skip; for $study ('', 'study \$subject') { $c = $iters; |