ifelsestmt reduce check tracking parse rule change

This commit is contained in:
rocky
2020-01-23 20:04:53 -05:00
parent 1b96402732
commit e76e9b7ab6

View File

@@ -41,7 +41,7 @@ def ifelsestmt(self, lhs, n, rule, ast, tokens, first, last):
),
(
"ifelsestmt",
("testexpr", "c_stmts_opt", "come_froms", "else_suite", "come_froms",),
("testexpr", "c_stmts", "come_froms", "else_suite", "come_froms",),
),
(
"ifelsestmt",