diff options
author | ptmcg <ptmcg@austin.rr.com> | 2021-10-29 00:12:43 -0500 |
---|---|---|
committer | ptmcg <ptmcg@austin.rr.com> | 2021-10-29 00:12:43 -0500 |
commit | bb2db7bdc017fcace4fb09ed4511f146ab47e629 (patch) | |
tree | 5a415b481c3739db6abb4e8b73fca314646bcc29 /tests | |
parent | 77d723d9cb891246555b5576097f63dcce0d6f55 (diff) | |
download | pyparsing-git-bb2db7bdc017fcace4fb09ed4511f146ab47e629.tar.gz |
Update version time, reblacken test_unit.py
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_unit.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_unit.py b/tests/test_unit.py index f7d6b17..b60e90b 100644 --- a/tests/test_unit.py +++ b/tests/test_unit.py @@ -2976,7 +2976,7 @@ class Test02_WithoutPackrat(ppt.TestParseResultsAsserts, TestCase): return ZeroOrMore(modifier)("modifier_list") def modifier_list3(key): - modifier = Group( # this line is different from the others, must group to get results names + modifier = Group( # this line is different from the others, must group to get results names Dict( Literal("/") + Group(modifier_key(key))("name") |