spec test index / oilshell.org
| status | oil | |
| pass | 2 | |
| FAIL | 1 | |
| total | 3 | |
| case | oil | description |
| 0 | pass | basic array |
| 1 | pass | string array with command sub, varsub, etc. |
| 2 | FAIL | printing type of array with pp and = |
| details |
2 passed, 0 OK, 0 not implemented, 0 BUG, 1 failed, 0 timeouts, 0 cases skipped 1 failed under osh
| oil | 2 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 strs:[]))\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 strs:[])) (StrArray) []stderr: |