diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-12-17 05:31:37 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-12-17 05:31:37 +0000 |
commit | ffc61ed20e8bcfd3f1fbed23f6b8ef5c02664323 (patch) | |
tree | 4fa5668bd86d862e8e442589e932b47dddc551b0 /t/op | |
parent | 7a06d84a010fc180b2d94db024cff7002bb60351 (diff) | |
download | perl-ffc61ed20e8bcfd3f1fbed23f6b8ef5c02664323.tar.gz |
Polymorphic regexps.
Fixes at least the bugs 20001028.003 (both of them...) and
20001108.001. The bugs 20001114.001 and 20001205.014 seem
also to be fixed by now, probably already before this patch.
p4raw-id: //depot/perl@8143
Diffstat (limited to 't/op')
-rw-r--r-- | t/op/utf8decode.t | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/t/op/utf8decode.t b/t/op/utf8decode.t index ac42b85577..cd9d56a5c4 100644 --- a/t/op/utf8decode.t +++ b/t/op/utf8decode.t @@ -5,6 +5,8 @@ BEGIN { @INC = '../lib'; } +no utf8; # this test contains raw 8-bit data on purpose; don't switch to \x{} + print "1..78\n"; my $test = 1; |