mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
The 4th group is now 'invalid' instead of 'bogus'.
This commit is contained in:
parent
b5c6b5bfe8
commit
3e773fb622
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ class TestTemplate(unittest.TestCase):
|
|||
(?P<escaped>@{2}) |
|
||||
@(?P<named>[_a-z][._a-z0-9]*) |
|
||||
@{(?P<braced>[_a-z][._a-z0-9]*)} |
|
||||
(?P<bogus>@)
|
||||
(?P<invalid>@)
|
||||
"""
|
||||
m = Mapping()
|
||||
m.bag = Bag()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue