| status | bash | dash | mksh | zsh | ash | osh | |
| pass | 9 | 6 | 9 | 9 | 6 | 6 | |
| ok | 0 | 1 | 0 | 0 | 1 | 0 | |
| N-I | 0 | 1 | 0 | 0 | 1 | 0 | |
| BUG | 0 | 1 | 0 | 0 | 1 | 0 | |
| FAIL | 0 | 0 | 0 | 0 | 0 | 3 | |
| total | 9 | 9 | 9 | 9 | 9 | 9 | |
| case | bash | dash | mksh | zsh | ash | osh | description |
| 0 | pass | pass | pass | pass | pass | pass | (( closed with ) ) after multiple lines is command - #2337 |
| 1 | pass | BUG | pass | pass | BUG | FAIL | $(( closed with ) ) after multiple lines is command - #2337 |
| details | details | details | |||||
| 2 | pass | ok | pass | pass | ok | FAIL | (( closed with )) after multiple lines is parse error - #2337 |
| details | details | details | |||||
| 3 | pass | pass | pass | pass | pass | pass | $(( closed with )) after multiple lines is parse error - #2337 |
| 4 | pass | pass | pass | pass | pass | pass | (((grep example - 4+ instances in regtest/aports - #2337 |
| 5 | pass | pass | pass | pass | pass | pass | ((gzip example - zdiff package - #2337 |
| 6 | pass | pass | pass | pass | pass | pass | ((pkg-config example - postfix package - #2337 |
| 7 | pass | pass | pass | pass | pass | pass | ((test example - liblo package - #2337 |
| 8 | pass | N-I | pass | pass | N-I | FAIL | $((which example - command sub versus arith sub - gnunet-gtk package |
| details | details | details |
45 passed, 2 OK, 2 not implemented, 2 BUG, 3 failed, 0 timeouts, 0 cases skipped 3 failed under osh
| dash | 1 $(( closed with ) ) after multiple lines is command - #2337 stdout: stderr: dash: 8: Syntax error: Missing '))' |
| ash | 1 $(( closed with ) ) after multiple lines is command - #2337 stdout: stderr: ash: syntax error: missing '))' |
| osh | 1 $(( closed with ) ) after multiple lines is command - #2337 [osh stdout] Expected '1 2 3\n' Got '' [osh status] Expected 0 Got 2 stdout: stderr: echo $(( echo 1
^
[ stdin ]:1: Unexpected token after arithmetic expression (Id.Word_Compound != Id.Arith_RParen)
|
| dash | 2 (( closed with )) after multiple lines is parse error - #2337 stdout: 1 2 3stderr: dash: 4: x: not found |
| ash | 2 (( closed with )) after multiple lines is parse error - #2337 stdout: 1 2 3stderr: ash: x: not found |
| osh | 2 (( closed with )) after multiple lines is parse error - #2337 [osh stdout] Expected 'ok\n' Got '1\n2\n3\n' stdout: 1 2 3stderr: |
| dash | 8 $((which example - command sub versus arith sub - gnunet-gtk package stdout: stderr: dash: 6: Syntax error: Missing '))' |
| ash | 8 $((which example - command sub versus arith sub - gnunet-gtk package stdout: stderr: ash: syntax error: missing '))' |
| osh | 8 $((which example - command sub versus arith sub - gnunet-gtk package [osh stdout] Expected 'bye\n' Got '' [osh status] Expected 0 Got 2 stdout: stderr: gtk_update_icon_cache_bin="$((which gtk-update-icon-cache ||
^~~
[ stdin ]:1: Unexpected token after arithmetic expression (Id.Word_Compound != Id.Arith_RParen)
|