Results for oil-array.test.sh

statusoshosh_ALT
pass 55
FAIL 11
total66
caseoshosh_ALTdescription
0pass pass basic array
1pass pass string array with command sub, varsub, etc.
2pass pass Empty arrays and using Array[T]
3pass pass Arrays from generator expressions
4pass pass Standalone generator expression
5FAIL FAIL typeof should show the type
detailsdetails
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

osh5 typeof should show the type

[osh stdout] Expected 'Array[Bool]\nArray[???] # what should this be?\n', got ''
[osh status] Expected 0, got 2

stdout:
stderr: 
  var b = %[true]
          ^~
[ stdin ]:1: Unexpected token in expression mode (Id.Expr_Reserved)
osh_ALT5 typeof should show the type

[osh_ALT stdout] Expected 'Array[Bool]\nArray[???] # what should this be?\n', got ''
[osh_ALT status] Expected 0, got 2

stdout:
stderr: 
  var b = %[true]
          ^~
[ stdin ]:1: Unexpected token in expression mode (Id.Expr_Reserved)