| status | osh | osh-cpp | |
| pass | 4 | 2 | |
| FAIL | 0 | 2 | |
| total | 4 | 4 | |
| case | osh | osh-cpp | description |
| 0 | pass | FAIL | var x = $(echo bad; false) in OSH |
| details | |||
| 1 | pass | FAIL | var x = $(echo one; false; echo two) in OSH |
| details | |||
| 2 | pass | pass | YSH $[expr_sub] in OSH should not do dynamic globbing |
| 3 | pass | pass | SHELLOPTS bug with ysh:ugprade |
6 passed, 0 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped
| osh-cpp | 0 var x = $(echo bad; false) in OSH [osh-cpp status] Expected 1 Got 2 stdout: stderr: var x = $(echo bad; false)
^
[ stdin ]:1: Invalid word while parsing command list
|
| osh-cpp | 1 var x = $(echo one; false; echo two) in OSH [osh-cpp status] Expected 1 Got 2 stdout: stderr: var x = $(echo one; false; echo two)
^
[ stdin ]:1: Invalid word while parsing command list
|