Branch: refs/heads/yves/fix_branch_reset_list_context_assignment
Home: https://github.com/Perl/perl5
Commit: 75fb9081d8c35cd9c5886c3d7a3965ec3c525557
https://github.com/Perl/perl5/commit/75fb9081d8c35cd9c5886c3d7a3965ec3c525557
Author: Yves Orton <[email protected]>
Date: 2023-01-26 (Thu, 26 Jan 2023)
Changed paths:
M pp_hot.c
M t/re/pat.t
Log Message:
-----------
pp_hot.c - fix branch reset matches in list context
I am kinda surprised this issue was not picked up by one of our
other test files. I would have expected one of the t/re/regexp.t
based patches to validate list context matches populating the list
properly. But apparently not! So when I fixed branch reset in
fe5492d916201ce31a107839a36bcb1435fe7bf0 I missed the list context
logic. This fixes the oversight. Thanks to Andreas Koenig for the
BBC report on this.