Results for oil-array.test.sh

statusoiloil_ALT
pass 22
FAIL 11
total33
caseoiloil_ALTdescription
0pass pass basic array
1pass pass string array with command sub, varsub, etc.
2FAIL FAIL printing type of array with pp and =
detailsdetails
4 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

oil2 printing type of array with pp and =

[oil stdout] Expected 'Array[Bool]\nArray[???] # what should this be?\n', got "b = (cell exported:F readonly:F nameref:F val:(value.MaybeStrArray strs:[true]))\n(StrArray) ['true']\nempty = (cell exported:F readonly:F nameref:F val:(value.MaybeStrArray))\n(StrArray) []\n"

stdout:
b = (cell exported:F readonly:F nameref:F val:(value.MaybeStrArray strs:[true]))
(StrArray)   ['true']
empty = (cell exported:F readonly:F nameref:F val:(value.MaybeStrArray))
(StrArray)   []
stderr:
oil_ALT2 printing type of array with pp and =

[oil_ALT stdout] Expected 'Array[Bool]\nArray[???] # what should this be?\n', got "b = (cell exported:F readonly:F nameref:F val:(value.MaybeStrArray strs:[true]))\n(StrArray) ['true']\nempty = (cell exported:F readonly:F nameref:F val:(value.MaybeStrArray))\n(StrArray) []\n"

stdout:
b = (cell exported:F readonly:F nameref:F val:(value.MaybeStrArray strs:[true]))
(StrArray)   ['true']
empty = (cell exported:F readonly:F nameref:F val:(value.MaybeStrArray))
(StrArray)   []
stderr: