command-sub () { sh-spec spec/command-sub.test.sh ${REF_SHELLS[@]} $OSH_LIST "$@" }
spec test index / oilshell.org
113 passed, 3 OK, 0 not implemented, 4 BUG, 0 failed, 0 timeouts, 0 cases skipped
mksh | 7 Making keyword out of command sub should NOT work stdout: stderr: mksh: <stdin>[1]: syntax error: 'do' unexpected |
dash | 27 More levels of double quotes in backticks stdout: BUGstderr: |
bash | 27 More levels of double quotes in backticks stdout: BUGstderr: |
mksh | 27 More levels of double quotes in backticks stdout: BUGstderr: |
osh | 27 More levels of double quotes in backticks stdout: BUGstderr: |
bash | 28 Syntax errors with double quotes within backticks stdout: status=0 status=0stderr: bash: command substitution: line 1: unexpected EOF while looking for matching `"' bash: command substitution: line 1: unexpected EOF while looking for matching `"' |
mksh | 28 Syntax errors with double quotes within backticks stdout: status=1 status=1stderr: mksh: no closing quote mksh: no closing quote |