| status | ysh | |
| pass | 12 | |
| total | 12 | |
| case | ysh | description |
| 0 | pass | shell array :| a 'b c' | |
| 1 | pass | empty array and simple_word_eval (regression test) |
| 2 | pass | Empty array and assignment builtin (regression) |
| 3 | pass | Shell arrays support tilde detection, static globbing, brace detection |
| 4 | pass | Basic List, a[42] a['42'] allowed |
| 5 | pass | Mutate List entries, a[42] a['42'] allowed |
| 6 | pass | string array with command sub, varsub, etc. |
| 7 | pass | Can print type of List with pp |
| 8 | pass | splice and stringify array |
| 9 | pass | List->extend() |
| 10 | pass | List append()/extend() should return null |
| 11 | pass | List pop() |
12 passed, 0 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped