mirror of
https://github.com/lcn2/calc.git
synced 2025-08-19 01:13:27 +03:00
Release calc version 2.11.0t9.2
This commit is contained in:
@@ -292,7 +292,7 @@ define test_arithmetic()
|
||||
vrfy(8/4==2, '404: 8 / 4 == 2');
|
||||
vrfy(2^3==8, '405: 2 ^ 3 == 8');
|
||||
vrfy(9-4-2==3, '406: 9-4-2 == 3');
|
||||
vrfy(9-4+2==7, '407: 9-4+2 == 6');
|
||||
vrfy(9-4+2==7, '407: 9-4+2 == 7');
|
||||
vrfy(-5+2==-3, '408: -5+2 == -3');
|
||||
vrfy(2*3+1==7, '409: 2*3+1 == 7');
|
||||
vrfy(1+2*3==7, '410: 1+2*3 == 7');
|
||||
|
Reference in New Issue
Block a user