[honu] add tests for precedence cases

This commit is contained in:
Jon Rafkind 2011-11-14 10:16:42 -07:00
parent 591dcc4a27
commit 47c6acdea5

View File

@ -62,9 +62,19 @@
"basic math"
@input{
1 + 1
1 + 2 * 3
3 * 2 + 1
1 + 4 ^ 2 * 3
1 + 4 ^ 3 ^ 2
4 ^ 3 ^ 2 + 1
}
@output{2
7
7
49
262145
262145
})
(test