add a test
This commit is contained in:
parent
e669e9707d
commit
77da30d0b7
|
@ -145,6 +145,8 @@ if __name__ == '__main__':
|
||||||
cond1 = []
|
cond1 = []
|
||||||
rdExp1 = RdExpression(form1, cond1, with_Exp = False)
|
rdExp1 = RdExpression(form1, cond1, with_Exp = False)
|
||||||
desc_rdExp(rdExp1)
|
desc_rdExp(rdExp1)
|
||||||
|
rdExp1 = RdExpression(form1, cond1)
|
||||||
|
desc_rdExp(rdExp1)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue