let () { sh-spec spec/let.test.sh $BASH $MKSH $ZSH "$@" }
spec test index / oilshell.org
| status | bash | mksh | zsh | |
| pass | 2 | 1 | 0 | |
| ok | 0 | 0 | 1 | |
| N-I | 0 | 1 | 1 | |
| total | 2 | 2 | 2 | |
| case | bash | mksh | zsh | description | 
| 0 | pass | pass | ok | let | 
| details | ||||
| 1 | pass | N-I | N-I | let with () | 
| details | details | 
3 passed, 1 OK, 2 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped
| zsh | 0 let stdout: stderr: zsh: no matches found: z=y*3  | 
| mksh | 1 let with () stdout: stderr: mksh: <stdin>[1]: syntax error: '(' unexpected
 | 
| zsh | 1 let with () stdout: stderr: zsh: unknown file attribute:  |