This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
PATCH: [perl #133998] regcomp assertion failure
authorKarl Williamson <khw@cpan.org>
Sun, 7 Apr 2019 04:42:05 +0000 (22:42 -0600)
committerKarl Williamson <khw@cpan.org>
Tue, 9 Apr 2019 23:29:28 +0000 (17:29 -0600)
commit96d9b6ff74a81286d90b77700023feccfa91d5fe
tree7e6ca8e1fd7acfd224fa96fe15c855971192546d
parent2a0cb97d42cd1bfb3be8a6509417d205870a63ba
PATCH: [perl #133998] regcomp assertion failure

This was caused in the blamed commit by me thinking I could simplify too
much.  So this commit puts back in checking specially for things like
/[\s\S]/l, which has to match every possible code point no matter what
the locale.
regcomp.c
t/re/pat.t