| status | osh | osh-cpp | |
| pass | 8 | 8 | |
| total | 8 | 8 | |
| case | osh | osh-cpp | description |
| 0 | pass | pass | [k1]=v1 (BashArray) |
| 1 | pass | pass | [k1]=v1 (BashAssoc) |
| 2 | pass | pass | [k1]=v1 looking like brace expansions (BashArray) |
| 3 | pass | pass | [k1]=v1 looking like brace expansions (BashAssoc) |
| 4 | pass | pass | BashArray cannot be changed to BashAssoc and vice versa |
| 5 | pass | pass | s+=() with strict_array |
| 6 | pass | pass | declare -A s+=() with strict_array |
| 7 | pass | pass | assoc=(key value ...) is not allowed in the strict_array mode |
16 passed, 0 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped