Was mssing 2.5 cond3 semantic rule

This commit is contained in:
rocky
2019-04-23 13:09:14 -04:00
parent 9186a3fc44
commit 132a9acdb4
3 changed files with 2 additions and 4 deletions

View File

@@ -34,7 +34,6 @@ def customize_for_version26_27(self, version):
})
else:
TABLE_DIRECT.update({
'except_cond3': ( '%|except %c, %c:\n', 1, 6 ),
'testtrue_then': ( 'not %p', (0, 22) ),
})