spec test index / oilshell.org
status | ysh | |
pass | 8 | |
total | 8 | |
case | ysh | description |
0 | pass | Basic List, a[42] a['42'] allowed |
1 | pass | Mutate List entries, a[42] a['42'] allowed |
2 | pass | string array with command sub, varsub, etc. |
3 | pass | Can print type of List with pp |
4 | pass | splice and stringify array |
5 | pass | List->extend() |
6 | pass | List append()/extend() should return null |
7 | pass | List pop() |
8 passed, 0 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped