diff options
author | Yves Orton <demerphq@gmail.com> | 2007-12-17 16:21:46 +0100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-12-17 16:01:32 +0000 |
commit | a0a388a13daad79062b3c4b126f22d2f46fc82dd (patch) | |
tree | c1f1562353529ecc4edfee3469657379d1adf79d /MANIFEST | |
parent | 5cf57fc61e657066a9798cca42453d9e2f71bd8c (diff) | |
download | perl-a0a388a13daad79062b3c4b126f22d2f46fc82dd.tar.gz |
Fix various bugs in regex engine with mixed utf8/latin pattern and strings. Related to [perl #36207] among others
Message-ID: <9b18b3110712170621h41de2c76k331971e3660abcb0@mail.gmail.com>
p4raw-id: //depot/perl@32628
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3786,6 +3786,7 @@ t/op/read.t See if read() works t/op/recurse.t See if deep recursion works t/op/ref.t See if refs and objects work t/op/reg_email.t See if regex recursion works by parsing email addresses +t/op/reg_fold.t See if case folding works properly t/op/regexp_noamp.t See if regular expressions work with optimizations t/op/regexp_notrie.t See if regular expressions work without trie optimisation t/op/regexp_qr_embed.t See if regular expressions work with embedded qr// |