Results for ysh-list.test.sh

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