spec test index / oilshell.org
103 passed, 4 OK, 0 not implemented, 5 BUG, 0 failed, 0 timeouts, 0 cases skipped
dash | 7 Making keyword out of command sub should NOT work stdout: status=0stderr: /home/andy/git/oilshell/oil/_tmp/spec-bin/dash: 1: for: not found |
mksh | 7 Making keyword out of command sub should NOT work stdout: stderr: /home/andy/git/oilshell/oil/_tmp/spec-bin/mksh: <stdin>[1]: syntax error: 'do' unexpected |
osh | 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: |
bash | 27 Syntax errors with double quotes within backticks stdout: status=0 status=0stderr: /home/andy/git/oilshell/oil/_tmp/spec-bin/bash: command substitution: line 0: unexpected EOF while looking for matching `"' /home/andy/git/oilshell/oil/_tmp/spec-bin/bash: command substitution: line 1: syntax error: unexpected end of file /home/andy/git/oilshell/oil/_tmp/spec-bin/bash: command substitution: line 0: unexpected EOF while looking for matching `"' /home/andy/git/oilshell/oil/_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: /home/andy/git/oilshell/oil/_tmp/spec-bin/mksh: no closing quote /home/andy/git/oilshell/oil/_tmp/spec-bin/mksh: no closing quote |