| case | bash | mksh | zsh | description |
| 0 | pass | pass | FAIL | let |
| details | ||||
| 1 | pass | N-I | FAIL | let with () |
| details | details |
3 passed, 0 ok, 1 known unimplemented, 0 known bugs, 2 failed, 0 skipped
| zsh | 0 let [zsh stdout] Expected b'', got b'1 3 9\n' stdout: 1 3 9stderr: zsh: no matches found: z=y*3 |
| mksh | 1 let with () stdout: stderr: /bin/mksh: <stdin>[1]: syntax error: '(' unexpected
|
| zsh | 1 let with () [zsh stdout] Expected b'', got b'\n' stdout: stderr: zsh: unknown file attribute zsh: unknown file attribute zsh: unknown file attribute |