53 passed, 0 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped
| osh-cpp | 10 while in pipe [osh-cpp stdout] Expected 'status=0\n' Got '' [osh-cpp status] Expected 0 Got 2 stdout: stderr: x=$(find spec/ | wc -l)
^
[ stdin ]:1: Invalid word while parsing command list
|
| osh-cpp | 14 continue in subshell [osh-cpp stdout] Expected '> 1\nsubshell status=1\n. 1\n> 2\nsubshell status=1\n. 2\n' Got '' [osh-cpp status] Expected 0 Got 2 stdout: stderr: for i in $(seq 2); do
^
[ stdin ]:1: Invalid word while parsing command list
|
| osh-cpp | 15 continue in subshell aborts with errexit [osh-cpp stdout] Expected '> 1\n' Got '' [osh-cpp status] Expected 1 Got 2 stdout: stderr: for i in $(seq 2); do
^
[ stdin ]:2: Invalid word while parsing command list
|
| osh-cpp | 21 break/continue within eval [osh-cpp stdout] Expected '1\n3\n' Got '' [osh-cpp status] Expected 0 Got 2 stdout: stderr: for i in $(seq 5); do
^
[ stdin ]:2: Invalid word while parsing command list
|
| osh-cpp | 22 break/continue within source [osh-cpp stdout] Expected '1\n3\ndone\n' Got '' [osh-cpp status] Expected 0 Got 2 stdout: stderr: for i in $(seq 5); do
^
[ stdin ]:3: Invalid word while parsing command list
|