spec test index / oilshell.org
| status | bash | osh | |
| pass | 6 | 3 | |
| FAIL | 0 | 3 | |
| total | 6 | 6 | |
| case | bash | osh | description |
| 0 | pass | FAIL | [[ equality matching |
| details | |||
| 1 | pass | FAIL | [[ regex matching |
| details | |||
| 2 | pass | pass | [ matching |
| 3 | pass | FAIL | case matching |
| details | |||
| 4 | pass | pass | file matching |
| 5 | pass | pass | parameter expansion matching |
9 passed, 0 OK, 0 not implemented, 0 BUG, 3 failed, 0 timeouts, 0 cases skipped 3 failed under osh
| osh | 0 [[ equality matching [osh stdout] Expected '0\n0\n0\n0\n', got '1\n1\n1\n1\n' stdout: 1 1 1 1stderr: |
| osh | 1 [[ regex matching [osh stdout] Expected '0\n0\n0\n0\n', got '1\n1\n1\n1\n' stdout: 1 1 1 1stderr: |
| osh | 3 case matching [osh stdout] Expected '0\n0\n0\n0\n', got '1\n1\n1\n1\n' stdout: 1 1 1 1stderr: |