spec test index / oilshell.org
| status | ysh | |
| pass | 8 | |
| FAIL | 1 | |
| total | 9 | |
| case | ysh | description |
| 0 | pass | setvar doesn't work with ref param |
| 1 | pass | !== operator |
| 2 | pass | elif bug |
| 3 | pass | global vars |
| 4 | pass | Julia port |
| 5 | pass | readonly in loop: explains why const doesn't work |
| 6 | pass | Eggex bug in a loop |
| 7 | pass | Append object onto Array |
| 8 | FAIL | Invalid op on string |
| details |
8 passed, 0 OK, 0 not implemented, 0 BUG, 1 failed, 0 timeouts, 0 cases skipped 1 failed under osh
| ysh | 8 Invalid op on string [ysh stdout] Expected 'email\n', got '' stdout: stderr: for c in @clients {
^~~~~~~~
[ stdin ]:4: fatal: Invalid type value.Dict: Splice expected List
|