Commit 3e773fb6 authored by Barry Warsaw's avatar Barry Warsaw

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

parent b5c6b5bf
......@@ -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()
......
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