spec test index / oilshell.org
| status | osh | |
| pass | 5 | |
| FAIL | 1 | |
| total | 6 | |
| case | osh | description |
| 0 | pass | basic array |
| 1 | pass | string array with command sub, varsub, etc. |
| 2 | pass | Empty arrays and using Array[T] |
| 3 | pass | Arrays from generator expressions |
| 4 | pass | Standalone generator expression |
| 5 | FAIL | typeof should show the type |
| details |
5 passed, 0 OK, 0 not implemented, 0 BUG, 1 failed, 0 timeouts, 0 cases skipped 1 failed under osh
| osh | 5 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.MaybeStrArray strs:[true]))\nempty = (cell exported:F readonly:F nameref:F val:(value.MaybeStrArray))\n' stdout: b = (cell exported:F readonly:F nameref:F val:(value.MaybeStrArray strs:[true])) empty = (cell exported:F readonly:F nameref:F val:(value.MaybeStrArray))stderr: |