Grammar lint adjustments

This commit is contained in:
rocky
2022-05-06 03:02:30 -04:00
parent f5043408ec
commit 92b8d9c508
4 changed files with 7 additions and 5 deletions

View File

@@ -74,6 +74,11 @@ def test_grammar():
pass
pass
if PYTHON_VERSION_TRIPLE >= (3, 7):
expect_lhs.add("set_for")
unused_rhs.add("set_iter")
pass
pass
# FIXME
if PYTHON_VERSION_TRIPLE < (3, 8):
assert expect_lhs == set(lhs)