spec test index / oilshell.org
status | oil | oil_ALT | |
pass | 3 | 3 | |
FAIL | 1 | 1 | |
total | 4 | 4 | |
case | oil | oil_ALT | description |
0 | pass | pass | tuple comparison |
1 | FAIL | FAIL | tuple literal doesn't conflict with (( |
details | details | ||
2 | pass | pass | Empty tuple |
3 | pass | pass | Singleton tuple |
6 passed, 0 OK, 0 not implemented, 0 BUG, 1 failed, 0 timeouts, 0 cases skipped 1 failed under osh
oil | 1 tuple literal doesn't conflict with (( [oil stdout] Expected 'yes\n', got '' [oil status] Expected 0, got 2 stdout: stderr: if ((0,0) < (0,1)) { echo yes } ^ [ stdin ]:1: Expected second ) to end arith statement |
oil_ALT | 1 tuple literal doesn't conflict with (( [oil_ALT stdout] Expected 'yes\n', got '' [oil_ALT status] Expected 0, got 2 stdout: stderr: if ((0,0) < (0,1)) { echo yes } ^ [ stdin ]:1: Expected second ) to end arith statement |