Results for ysh-list.test.sh

statusysh
pass 19
total19
caseyshdescription
0pass shell array :| a 'b c' |
1pass empty array and simple_word_eval (regression test)
2pass Empty array and assignment builtin (regression)
3pass Shell arrays support tilde detection, static globbing, brace detection
4pass Basic List, a[42] a['42'] allowed
5pass Mutate List entries, a[42] a['42'] allowed
6pass string array with command sub, varsub, etc.
7pass Can print type of List with pp
8pass splice and stringify array
9pass List->extend()
10pass List append()/extend() should return null
11pass List pop()
12pass List remove()
13pass List remove() removes first instance only
14pass List remove() does nothing if element does not exist
15pass List insert()
16pass List insert() overflow
17pass List insert() negative
18pass List insert() negative overflow
19 passed, 0 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped