Results for ysh-with-sh.test.sh

statusoshosh-cpp
pass 1111
total1111
caseoshosh-cppdescription
0pass pass Can't use x+= on YSH Int (issue #840)
1pass pass Can't x+= on other YSH types
2pass pass Shell ${x:-default} with YSH List (issue #954)
3pass pass Shell ${a[0]} with YSH List (issue #1092)
4pass pass Can't splice nested List
5pass pass Can't splice nested Dict
6pass pass ${#x} on List and Dict
7pass pass Can't use $x on List and Dict
8pass pass Iterate over array with holes (bug fix)
9pass pass Slice bash array isn't allowed
10pass pass Concat ++ not defined on shell array
22 passed, 0 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped