Skip to content
Snippets Groups Projects
Commit 8a5bb256 authored by Andy Cedilnik's avatar Andy Cedilnik
Browse files

ENH: More tests

parent 2a9d2ed4
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,9 @@ PROJECT(MathTest)
SET(expressions
"5 * ( 3 + 4)"
"(1 | 2 | 4 | 8) & 16"
"1 +(3*4) + 10 >> 2"
"10000 / 20 / 4"
"10000 / (20 / 4)"
)
SET(FILE_EXPRESSIONS "")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment