Results for oil-array.test.sh

statusosh
pass 6
FAIL 1
total7
caseoshdescription
0pass integer array
1pass string array with command sub, varsub, etc.
2pass arrays with expressions
3pass Empty arrays and using Array[T]
4pass Arrays from generator expressions
5pass Standalone generator expression
6FAIL typeof should show the type
details
6 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

osh6 typeof should show the type

[osh stdout] Expected 'Array[Bool]\nArray[???] # what should this be?\n', got 'b = (cell exported:F readonly:F nameref:F val:(value.Obj obj:[True]))\nempty = (cell exported:F readonly:F nameref:F val:(value.Obj obj:[]))\n'

stdout:
b = (cell exported:F readonly:F nameref:F val:(value.Obj obj:[True]))
empty = (cell exported:F readonly:F nameref:F val:(value.Obj obj:[]))
stderr: