107 passed, 2 ok, 1 known unimplemented, 1 known bugs, 1 failed, 2 skipped
osh | 3 Here doc with bad var delimiter [osh stdout] Expected 'here\n', got '' [osh status] Expected 0, got 2 stdout: stderr: Line 1 of '<stdin>' cat <<${a} ^~ Error evaluating here doc delimiter: (CompoundWord parts:[(BracedVarSub token:(token id:VSub_Name val:a span_id:4) spids:[35])]) --- Line 0 of '<unknown>' <no position info for token> Error parsing AndOr in ParseCommandTerm --- |
bash | 4 Here doc with bad comsub delimiter stdout: herestderr: |
mksh | 4 Here doc with bad comsub delimiter stdout: stderr: /bin/mksh: <stdin>[1]: syntax error: '(' unexpected |
mksh | 13 Here doc with line continuation, then pipe. Syntax error. stdout: stderr: /bin/mksh: <stdin>[5]: cat: 1: No such file or directory /bin/mksh: <stdin>[6]: syntax error: '|' unexpected |
dash | 27 Here doc within subshell with boolean stdout: 127stderr: /bin/dash: 1: [[: not found |