0 | pass | pass | case |
1 | pass | pass | case in subshell |
2 | pass | pass | Command sub word part |
3 | pass | pass | Backtick |
4 | pass | pass | Backtick 2 |
5 | pass | pass | Nested backticks |
6 | pass | pass | Making command out of command sub should work |
7 | pass | pass | Making keyword out of command sub should NOT work |
8 | pass | pass | Command sub with here doc |
9 | pass | pass | Here doc with pipeline |
10 | pass | pass | Command Sub word split |
11 | pass | pass | Command Sub trailing newline removed |
12 | pass | pass | Command Sub trailing whitespace not removed |
13 | pass | pass | Command Sub and exit code |
14 | pass | pass | Command Sub in local sets exit code |
15 | pass | pass | Double Quotes in Command Sub in Double Quotes |
16 | pass | pass | Escaped quote in [[ ]] |
17 | pass | pass | Quoting " within `` |
18 | pass | pass | Quoting $ within `` |
19 | pass | pass | Quoting $ within `` within double quotes |
20 | pass | pass | Quoting \ within `` |
21 | pass | pass | Quoting \ within `` within double quotes |
22 | pass | pass | Quoting ( within `` |
23 | pass | pass | Quoting ( within `` within double quotes |
24 | pass | pass | Quoting non-special characters within `` |
25 | pass | pass | Quoting non-special characters within `` within double quotes |
26 | pass | pass | Quoting double quotes within backticks |
27 | BUG | BUG | More levels of double quotes in backticks |
| details | details | |
28 | pass | pass | Syntax errors with double quotes within backticks |
29 | pass | pass | Empty command sub $() (command::NoOp) |