ENH: More tests
This commit is contained in:
parent
2a9d2ed412
commit
8a5bb25614
@ -6,6 +6,9 @@ PROJECT(MathTest)
|
|||||||
SET(expressions
|
SET(expressions
|
||||||
"5 * ( 3 + 4)"
|
"5 * ( 3 + 4)"
|
||||||
"(1 | 2 | 4 | 8) & 16"
|
"(1 | 2 | 4 | 8) & 16"
|
||||||
|
"1 +(3*4) + 10 >> 2"
|
||||||
|
"10000 / 20 / 4"
|
||||||
|
"10000 / (20 / 4)"
|
||||||
)
|
)
|
||||||
|
|
||||||
SET(FILE_EXPRESSIONS "")
|
SET(FILE_EXPRESSIONS "")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user