Kaydet (Commit) 3e773fb6 authored tarafından Barry Warsaw's avatar Barry Warsaw

The 4th group is now 'invalid' instead of 'bogus'.

üst b5c6b5bf
...@@ -103,7 +103,7 @@ class TestTemplate(unittest.TestCase): ...@@ -103,7 +103,7 @@ class TestTemplate(unittest.TestCase):
(?P<escaped>@{2}) | (?P<escaped>@{2}) |
@(?P<named>[_a-z][._a-z0-9]*) | @(?P<named>[_a-z][._a-z0-9]*) |
@{(?P<braced>[_a-z][._a-z0-9]*)} | @{(?P<braced>[_a-z][._a-z0-9]*)} |
(?P<bogus>@) (?P<invalid>@)
""" """
m = Mapping() m = Mapping()
m.bag = Bag() m.bag = Bag()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment