Results for ysh-word-eval.test.sh

statusosh
pass 10
FAIL 1
total11
caseoshdescription
0pass Splice in array
1pass Assoc array can't be spliced directly
2pass Can't splice string
3pass Can't splice undefined
4pass echo $[f(x)] for various types
5pass echo $f (x) with space is runtime error
6pass echo @f (x) with space is runtime error
7pass echo $x for various types
8pass Wrong sigil with $range() is runtime error
9FAIL Serializing type in a list
details
10pass Wrong sigil @[max(3, 4)]
10 passed, 0 OK, 0 not implemented, 0 BUG, 1 failed, 0 timeouts, 0 cases skipped
1 failed under osh

Details on runs that didn't PASS

osh9 Serializing type in a list

[osh status] Expected 3, got 1

stdout:
3
true
___
stderr:
  var list2 = [List]
               ^~~~
[ stdin ]:9: fatal: Undefined variable 'List'