This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
/aa and \b fail under some utf8 strings
authorKarl Williamson <public@khwilliamson.com>
Sat, 30 Jul 2011 18:33:31 +0000 (12:33 -0600)
committerKarl Williamson <public@khwilliamson.com>
Sat, 30 Jul 2011 19:05:37 +0000 (13:05 -0600)
commitf2e96b5ddb6396417bc2fb71915c5025215060d6
tree149be6f736fbd2e7953c6cc7ceff7fe91d362c94
parentc973bd4f39028e70c9887cea72ea048a71347c9b
/aa and \b fail under some utf8 strings

This was due to my failure to realize that this 'if' needed to
be updated when the /aa modifier was added.
regexec.c
t/re/charset.t