| status | osh | osh-cpp | |
| pass | 6 | 6 | |
| FAIL | 3 | 3 | |
| total | 9 | 9 | |
| case | osh | osh-cpp | description |
| 0 | pass | pass | (( closed with ) ) after multiple lines is command - #2337 |
| 1 | FAIL | FAIL | $(( closed with ) ) after multiple lines is command - #2337 |
| details | details | ||
| 2 | FAIL | FAIL | (( closed with )) after multiple lines is parse error - #2337 |
| details | details | ||
| 3 | pass | pass | $(( closed with )) after multiple lines is parse error - #2337 |
| 4 | pass | pass | (((grep example - 4+ instances in regtest/aports - #2337 |
| 5 | pass | pass | ((gzip example - zdiff package - #2337 |
| 6 | pass | pass | ((pkg-config example - postfix package - #2337 |
| 7 | pass | pass | ((test example - liblo package - #2337 |
| 8 | FAIL | FAIL | $((which example - command sub versus arith sub - gnunet-gtk package |
| details | details |
12 passed, 0 OK, 0 not implemented, 0 BUG, 3 failed, 0 timeouts, 0 cases skipped 3 failed under osh
| 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)
|
| osh-cpp | 1 $(( closed with ) ) after multiple lines is command - #2337 [osh-cpp stdout] Expected '1 2 3\n' Got '' [osh-cpp status] Expected 0 Got 2 stdout: stderr: echo $(( echo 1
^
[ stdin ]:1: Unexpected token after arithmetic expression (Id.Word_Compound != Id.Arith_RParen)
|
| 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: |
| osh-cpp | 2 (( closed with )) after multiple lines is parse error - #2337 [osh-cpp stdout] Expected 'ok\n' Got '1\n2\n3\n' stdout: 1 2 3stderr: |
| 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)
|
| osh-cpp | 8 $((which example - command sub versus arith sub - gnunet-gtk package [osh-cpp stdout] Expected 'bye\n' Got '' [osh-cpp 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)
|