Initial commit
This commit is contained in:
14
tests/testlevel2/level2expr.test_out
Normal file
14
tests/testlevel2/level2expr.test_out
Normal file
@@ -0,0 +1,14 @@
|
||||
1+3 = 4
|
||||
1-3 = -2
|
||||
1*3 = 3
|
||||
1/3 = 0
|
||||
1+1 = 2
|
||||
1* (1+3) = 4
|
||||
1* 1+3 = 4
|
||||
5+2 = 7
|
||||
5-2 = 3
|
||||
5*2 = 10
|
||||
5/2 = 2
|
||||
5+1 = 6
|
||||
5* (5+2) = 35
|
||||
5* 5+2 = 27
|
||||
Reference in New Issue
Block a user