Results for ysh-expr-arith.test.sh

statusosh
pass 13
total13
caseoshdescription
0pass Minus operator is left associative
1pass Division operators are left associative
2pass Exponentiation is right associative
3pass Binary operators, with conversions from string
4pass Floating Point Division with /
5pass Operations That Convert to Integer: // % **
6pass Division by zero
7pass Unary Operations
8pass unary minus on strings
9pass unary ~ complement on strings
10pass unary ~ doesn't work on bool
11pass unary ~ doesn't work on float
12pass unary - applied to bool is not allowed
13 passed, 0 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped