spec test index / oilshell.org
| case | mksh | bash | osh | osh_ALT | osh-byterun | description |
| 0 | N-I | pass | pass | pass | pass | C-style for loop |
| details | ||||||
| 1 | N-I | pass | pass | pass | pass | For loop with and without semicolon |
| details | ||||||
| 2 | N-I | pass | pass | pass | pass | For loop with empty head |
| details |
12 passed, 0 ok, 3 known unimplemented, 0 known bugs, 0 failed, 0 skipped
| mksh | 0 C-style for loop stdout: stderr: _tmp/spec-bin/mksh: <stdin>[2]: syntax error: '((' unexpected
|
| mksh | 1 For loop with and without semicolon stdout: stderr: _tmp/spec-bin/mksh: <stdin>[1]: syntax error: '((' unexpected
|
| mksh | 2 For loop with empty head stdout: stderr: _tmp/spec-bin/mksh: <stdin>[2]: syntax error: '((' unexpected
|