-
Notifications
You must be signed in to change notification settings - Fork 561
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perl5db.pl: Fix regex in cmd_a allowing short actions
The regex pattern in the `a` command was updated from `(\S.+)` to `(\S.*)` to correctly handle short actions, including single-character expressions after the line number. Signed-off-by: Sergei Zhmylev <[email protected]>
- Loading branch information
Showing
2 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -785,6 +785,7 @@ Scott Wiersdorf <[email protected]> [email protected] <[email protected]> | |
Sean Davis <[email protected]> Sean Davis <[email protected]> | ||
Sebastian Schmidt <[email protected]> <[email protected]> | ||
Sebastian Schmidt <[email protected]> [email protected] <[email protected]> | ||
Sergey Zhmylove <[email protected]> Sergei Zhmylev <[email protected]> | ||
Sergey Zhmylove <[email protected]> zhmylove <[email protected]> | ||
Shawn M Moore <[email protected]> Shawn M Moore <[email protected]> | ||
Shawn M Moore <[email protected]> Shawn M Moore <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters