59 passed, 0 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped
| osh-cpp | 0 command sub $(echo hi) [osh-cpp stdout] Expected 'x=hi y=default\n' Got '' [osh-cpp status] Expected 0 Got 2 stdout: stderr: var x = $(echo hi)
^
[ stdin ]:1: Invalid word while parsing command list
|
| osh-cpp | 7 nested expr contexts [osh-cpp stdout] Expected 'len 3\n' Got '' [osh-cpp status] Expected 0 Got 2 stdout: stderr: var x = $(echo $'len\n' $[len(s)])
^
[ stdin ]:4: Invalid word while parsing command list
|
| osh-cpp | 17 multiline array and command sub (only here docs disallowed) [osh-cpp stdout] Expected 'array=3\ncomsub=6\n' Got 'array=3\n' [osh-cpp status] Expected 0 Got 2 stdout: array=3stderr: ) ^ [ stdin ]:14: Unexpected EOF while parsing command |