spec test index / oilshell.org
status | osh | osh-cpp | |
pass | 14 | 14 | |
total | 14 | 14 | |
case | osh | osh-cpp | description |
0 | pass | pass | Multiple right brackets inside expression |
1 | pass | pass | Slicing of string with constants |
2 | pass | pass | Slicing of string with variables |
3 | pass | pass | Array index on LHS of assignment |
4 | pass | pass | Array index on LHS with indices |
5 | pass | pass | Slicing of string with expressions |
6 | pass | pass | Ambiguous colon in slice |
7 | pass | pass | Triple parens should be disambiguated |
8 | pass | pass | Quadruple parens should be disambiguated |
9 | pass | pass | ExprSub $[] happens to behave the same on simple cases |
10 | pass | pass | Empty expression (( )) $(( )) |
11 | pass | pass | Empty expression for (( )) |
12 | pass | pass | Empty expression in ${a[@]: : } |
13 | pass | pass | Empty expression a[] |
28 passed, 0 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped