Branch: refs/heads/t-op-goto-exit-20250826
Home: https://github.com/Perl/perl5
Commit: 0f43854c14823056d5cfdb72beb950660c6aefc8
https://github.com/Perl/perl5/commit/0f43854c14823056d5cfdb72beb950660c6aefc8
Author: James E Keenan <[email protected]>
Date: 2025-08-28 (Thu, 28 Aug 2025)
Changed paths:
M t/op/goto.t
Log Message:
-----------
t/op/goto.t: Clarify purpose of exit statement
The 'exit;' statement is here to ensure that bar does not return
normally. (If it did, the exit would be executed, making the test fail
because the rest of the planned tests wouldn't have run.) For clarity,
adding an explicit fail.
For GH #23649.
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications