This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix some bugs with \b{gcb}, wb and sb
authorKarl Williamson <khw@cpan.org>
Mon, 19 Oct 2015 17:16:58 +0000 (11:16 -0600)
committerKarl Williamson <khw@cpan.org>
Mon, 19 Oct 2015 18:40:24 +0000 (12:40 -0600)
commit43a7bd62098d36de61176a40d7eb3e72a2b9f033
tree456f58725648d3203900b4998eb65233d42fdd39
parentb4b2ec55cecba4503a6d679455fa72e5d81eda59
Fix some bugs with \b{gcb}, wb and sb

These were thinkos.  These things shouldn't have been in the
conditional, but after it so they are executed each time through the
loop.
regexec.c