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