| case | dash | bash | mksh | osh | osh_ALT | description |
| 0 | pass | ok | ok | pass | pass | Bad var sub |
| details | details | |||||
| 1 | pass | BUG | pass | pass | pass | Braced block inside ${} |
| details | ||||||
| 2 | pass | pass | pass | pass | pass | Nested ${} |
| 3 | ok | pass | pass | pass | pass | Filename redirect with "$@" |
| details | ||||||
| 4 | pass | ok | pass | pass | pass | Filename redirect with split word |
| details | ||||||
| 5 | ok | pass | pass | pass | pass | Descriptor redirect to bad "$@" |
| details | ||||||
| 6 | pass | pass | ok | pass | pass | Here doc with bad "$@" delimiter |
| details |
28 passed, 6 ok, 0 known unimplemented, 1 known bugs, 0 failed, 0 skipped
| bash | 0 Bad var sub stdout: stderr: /bin/bash: line 1: ${a|}: bad substitution
|
| mksh | 0 Bad var sub stdout: stderr: /bin/mksh: <stdin>[1]: ${a|}: bad substitution
|
| bash | 1 Braced block inside ${} stdout: stderr: /bin/bash: line 1: syntax error near unexpected token `)'
/bin/bash: line 1: `echo ${foo:-$({ which ls; })}'
|
| dash | 3 Filename redirect with "$@" stdout: stderr: /bin/dash: 2: cannot create _tmp/var-sub1 _tmp/var-sub2: Directory nonexistent |
| bash | 4 Filename redirect with split word stdout: stderr: /bin/bash: line 3: $foo: ambiguous redirect |
| dash | 5 Descriptor redirect to bad "$@" stdout: stderr: /bin/dash: 3: Syntax error: Bad fd number |
| mksh | 6 Here doc with bad "$@" delimiter stdout: stderr: /bin/mksh: <stdin>[7]: here document '$@' unclosed |