Start another kind of testing...

And fix a bug found in that with 3-way equal
This commit is contained in:
rocky
2017-11-23 23:44:33 -05:00
parent 84632bdc78
commit 340ac7407f
5 changed files with 86 additions and 0 deletions

View File

@@ -203,6 +203,8 @@ class Python2Parser(PythonParser):
binary_subscr2 ::= expr expr DUP_TOPX_2 BINARY_SUBSCR
conditional ::= expr jmp_false expr JUMP_ABSOLUTE expr
cmp_list2 ::= expr COMPARE_OP RETURN_VALUE
cmp_list2 ::= expr COMPARE_OP RETURN_VALUE_LAMBDA
"""
def p_slice2(self, args):