spec test index / oilshell.org
129 passed, 5 ok, 0 known unimplemented, 6 known bugs, 0 failed, 0 skipped
dash | 7 Making keyword out of command sub should NOT work stdout: status=0stderr: _tmp/spec-bin/dash: 1: for: not found |
mksh | 7 Making keyword out of command sub should NOT work stdout: stderr: _tmp/spec-bin/mksh: <stdin>[1]: syntax error: 'do' unexpected |
osh | 25 Quoting double quotes within backticks stdout: "foo" foo "foo"stderr: |
osh_ALT | 25 Quoting double quotes within backticks stdout: "foo" foo "foo"stderr: |
dash | 26 More levels of double quotes in backticks stdout: BUGstderr: |
bash | 26 More levels of double quotes in backticks stdout: BUGstderr: |
mksh | 26 More levels of double quotes in backticks stdout: BUGstderr: |
osh | 26 More levels of double quotes in backticks stdout: BUGstderr: |
osh_ALT | 26 More levels of double quotes in backticks stdout: BUGstderr: |
bash | 27 Syntax errors with double quotes within backticks stdout: status=0 status=0stderr: _tmp/spec-bin/bash: command substitution: line 0: unexpected EOF while looking for matching `"' _tmp/spec-bin/bash: command substitution: line 1: syntax error: unexpected end of file _tmp/spec-bin/bash: command substitution: line 0: unexpected EOF while looking for matching `"' _tmp/spec-bin/bash: command substitution: line 1: syntax error: unexpected end of file |
mksh | 27 Syntax errors with double quotes within backticks stdout: status=1 status=1stderr: _tmp/spec-bin/mksh: no closing quote _tmp/spec-bin/mksh: no closing quote |