Results for command-sub.test.sh

statusoshosh_.pyosh_.cc
pass 262626
ok 111
BUG 111
total282828
caseoshosh_.pyosh_.ccdescription
0pass pass pass case
1pass pass pass case in subshell
2pass pass pass Command sub word part
3pass pass pass Backtick
4pass pass pass Backtick 2
5pass pass pass Nested backticks
6pass pass pass Making command out of command sub should work
7pass pass pass Making keyword out of command sub should NOT work
8pass pass pass Command sub with here doc
9pass pass pass Here doc with pipeline
10pass pass pass Command Sub word split
11pass pass pass Command Sub trailing newline removed
12pass pass pass Command Sub trailing whitespace not removed
13pass pass pass Command Sub and exit code
14pass pass pass Command Sub in local sets exit code
15pass pass pass Double Quotes in Command Sub in Double Quotes
16pass pass pass Escaped quote in [[ ]]
17pass pass pass Quoting $ within ``
18pass pass pass Quoting $ within `` within double quotes
19pass pass pass Quoting \ within ``
20pass pass pass Quoting \ within `` within double quotes
21pass pass pass Quoting ( within ``
22pass pass pass Quoting ( within `` within double quotes
23pass pass pass Quoting non-special characters within ``
24pass pass pass Quoting non-special characters within `` within double quotes
25ok ok ok Quoting double quotes within backticks
detailsdetailsdetails
26BUG BUG BUG More levels of double quotes in backticks
detailsdetailsdetails
27pass pass pass Syntax errors with double quotes within backticks
78 passed, 3 OK, 0 not implemented, 3 BUG, 0 failed, 0 timeouts, 0 cases skipped

Details on runs that didn't PASS

osh25 Quoting double quotes within backticks

stdout:
"foo"
foo
"foo"
stderr:
osh_.py25 Quoting double quotes within backticks

stdout:
"foo"
foo
"foo"
stderr:
osh_.cc25 Quoting double quotes within backticks

stdout:
"foo"
foo
"foo"
stderr:
osh26 More levels of double quotes in backticks

stdout:
BUG
stderr:
osh_.py26 More levels of double quotes in backticks

stdout:
BUG
stderr:
osh_.cc26 More levels of double quotes in backticks

stdout:
BUG
stderr: