-
Notifications
You must be signed in to change notification settings - Fork 560
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
3 changed files
with
6 additions
and
5 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,7 +785,8 @@ 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]> zhmylove <[email protected]> | ||
Sergei Zhmylev <[email protected]> Sergey Zhmylove <[email protected]> | ||
Sergei Zhmylev <[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]> | ||
Shigeya Suzuki <[email protected]> Shigeya Suzuki <[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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1272,11 +1272,11 @@ Sebastian Schmidt <[email protected]> | |
Sebastian Steinlechner <[email protected]> | ||
Sebastian Wittmeier <[email protected]> | ||
Sebastien Barre <[email protected]> | ||
Sergei Zhmylev <[email protected]> | ||
Sergey Alekseev <[email protected]> | ||
Sergey Aleynikov <[email protected]> | ||
Sergey Poznyakoff <[email protected]> | ||
Sergey Skvortsov | ||
Sergey Zhmylove <[email protected]> | ||
Sergiy Borodych <[email protected]> | ||
Sevan Janiyan <[email protected]> | ||
Shawn <[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