spec test index / oilshell.org
| status | dash | bash | mksh | osh | |
| pass | 4 | 4 | 5 | 5 | |
| ok | 1 | 1 | 0 | 0 | |
| total | 5 | 5 | 5 | 5 | |
| case | dash | bash | mksh | osh | description | 
| 0 | pass | pass | pass | pass | Length of length of ARGS! | 
| 1 | pass | pass | pass | pass | Length of length of ARGS! 2 digit | 
| 2 | pass | pass | pass | pass | Is \r considered whitespace? | 
| 3 | ok | ok | pass | pass | readonly + | 
| details | details | ||||
| 4 | pass | pass | pass | pass | set + | 
18 passed, 2 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped
| dash | 3 readonly + stdout: stderr: dash: 1: readonly: +: bad variable name  | 
| bash | 3 readonly + stdout: status=1stderr: bash: line 1: readonly: `+': not a valid identifier  |