add a test

This commit is contained in:
Lafrite 2014-02-21 06:12:35 +01:00
parent e669e9707d
commit 77da30d0b7
1 changed files with 2 additions and 0 deletions

View File

@ -145,6 +145,8 @@ if __name__ == '__main__':
cond1 = []
rdExp1 = RdExpression(form1, cond1, with_Exp = False)
desc_rdExp(rdExp1)
rdExp1 = RdExpression(form1, cond1)
desc_rdExp(rdExp1)