if_ () { sh-spec spec/if_.test.sh ${REF_SHELLS[@]} $ZSH $OSH_LIST "$@" }
spec test index / oilshell.org
| status | dash | bash | mksh | zsh | osh | |
| pass | 5 | 5 | 5 | 4 | 5 | |
| BUG | 0 | 0 | 0 | 1 | 0 | |
| total | 5 | 5 | 5 | 5 | 5 | |
| case | dash | bash | mksh | zsh | osh | description | 
| 0 | pass | pass | pass | pass | pass | If | 
| 1 | pass | pass | pass | pass | pass | else | 
| 2 | pass | pass | pass | pass | pass | elif | 
| 3 | pass | pass | pass | pass | pass | Long style | 
| 4 | pass | pass | pass | BUG | pass | if break corner case | 
| details | 
24 passed, 0 OK, 0 not implemented, 1 BUG, 0 failed, 0 timeouts, 0 cases skipped
| zsh | 4 if break corner case stdout: stderr: f:break:1: not in while, until, select, or repeat loop  |