Branch: refs/heads/yves/hydahy_gh18032
Home: https://github.com/Perl/perl5
Commit: 06ec88a931b1e46a711b53ea8280316c8541caf8
https://github.com/Perl/perl5/commit/06ec88a931b1e46a711b53ea8280316c8541caf8
Author: Richard Leach <[email protected]>
Date: 2024-03-07 (Thu, 07 Mar 2024)
Changed paths:
M regcomp.c
M t/op/split.t
Log Message:
-----------
Preserve split " " behaviour when whitespace modifiers are present
Prior to this commit, the " " pattern would be collapsed into
the empty "" pattern if the split was within scope of `use re`
whitespace modifiers. Since this split pattern is documented
as being a special case, that behaviour is undesirable.
With changes by Yves Orton
Fixes #18032
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications