]> granicus.if.org Git - python/commitdiff
The 4th group is now 'invalid' instead of 'bogus'.
authorBarry Warsaw <barry@python.org>
Mon, 13 Sep 2004 20:53:27 +0000 (20:53 +0000)
committerBarry Warsaw <barry@python.org>
Mon, 13 Sep 2004 20:53:27 +0000 (20:53 +0000)
Lib/test/test_pep292.py

index 377db7fecf59f7e78da05485ce9a63130a5af099..c22f59b3a4cc000424513b8a5fa97b0928ecea99 100644 (file)
@@ -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()