63 passed, 2 OK, 0 not implemented, 0 BUG, 2 failed, 0 timeouts, 0 cases skipped 2 failed under osh
| osh | 5 Here doc with bad var delimiter stdout: stderr: cat <<${a}
^~
[ stdin ]:1: Invalid here doc delimiter
|
| osh-cpp | 5 Here doc with bad var delimiter stdout: stderr: cat <<${a}
^~
[ stdin ]:1: Invalid here doc delimiter
|
| osh-cpp | 9 Here doc with var sub, command sub, arith sub [osh-cpp stdout] Expected 'var: v\ncommand: hi\narith: 3\n' Got '' [osh-cpp status] Expected 0 Got 2 stdout: stderr: command: $(echo hi)
^
[ stdin ]:4: Invalid word while parsing command list
|
| osh-cpp | 29 Here doc within subshell with boolean [osh-cpp stdout] Expected '0\n' Got '' [osh-cpp status] Expected 0 Got 2 stdout: stderr: ) == foo ]]; echo $? ^ [ stdin ]:4: Unexpected EOF while parsing command |
| osh-cpp | 31 Nested here docs which are indented [osh-cpp stdout] Expected 'outside\ninside\n' Got '' [osh-cpp status] Expected 0 Got 2 stdout: stderr: ) ^ [ stdin ]:6: Unexpected EOF while parsing command |
| osh | 32 Multiple here docs in pipeline [osh stdout] Expected '0: 3: fd3\n5: fd5\nok\n' Got '' stdout: stderr: |
| osh-cpp | 32 Multiple here docs in pipeline [osh-cpp stdout] Expected '0: 3: fd3\n5: fd5\nok\n' Got '' stdout: stderr: |
| osh | 33 Multiple here docs in pipeline on multiple lines [osh stdout] Expected '0: 3: fd3\n5: fd5\nok\n' Got '' stdout: stderr: |
| osh-cpp | 33 Multiple here docs in pipeline on multiple lines [osh-cpp stdout] Expected '0: 3: fd3\n5: fd5\nok\n' Got '' stdout: stderr: |