forked from python/cpython
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add tests for invalid strings containing
d
Fixes pythongh-114014. `\d` can easily be mistyped as simply `d`. Add tests for it. ``` (?P<decimal>d*|\d+(_\d+)*) ^^ ```
- Loading branch information
1 parent
14d29b1
commit 4f550ea
Showing
1 changed file
with
24 additions
and
0 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