Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: e6a5aa5d33cc48e2866a0415de4de68ddf315516
https://github.com/Perl/perl5/commit/e6a5aa5d33cc48e2866a0415de4de68ddf315516
Author: Karl Williamson <[email protected]>
Date: 2022-07-17 (Sun, 17 Jul 2022)
Changed paths:
M embed.fnc
M proto.h
M regcomp.c
M t/re/anyof.t
Log Message:
-----------
Fix compiled pattern display under -Dr
Under some circumstances the display of some ANYOF nodes (from bracketed
character classes) in compiled patterns did not correctly indicate that
the code points 256..infinity were included.
This commit fixes that.