ysh-list () { run-file ysh-list "$@" } run-file () { local spec_name=$1; shift; sh-spec spec/$spec_name.test.sh --compare-shells --oils-bin-dir $PWD/bin "$@" } ysh-list: spec test case results

Results for ysh-list.test.sh

statusysh
pass 7
total7
caseyshdescription
0pass basic array
1pass string array with command sub, varsub, etc.
2pass Can print type of List with pp
3pass splice and stringify array
4pass List->extend()
5pass List append()/extend() should return null
6pass List pop()
7 passed, 0 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped