| status | ysh | |
| pass | 7 | |
| FAIL | 1 | |
| total | 8 | |
| case | ysh | description |
| 0 | pass | ctx push and set |
| 1 | pass | ctx emit |
| 2 | pass | nested ctx |
| 3 | FAIL | error in context |
| details | ||
| 4 | pass | no context, set |
| 5 | pass | no context, emit |
| 6 | pass | mini-parseArgs |
| 7 | pass | ctx with value.Place, not List/Dict (error location bug fix) |
7 passed, 0 OK, 0 not implemented, 0 BUG, 1 failed, 0 timeouts, 0 cases skipped 1 failed under osh
| ysh | 3 error in context [ysh stdout] Expected 'status=100\n' Got '' [ysh status] Expected 0 Got 1 stdout: stderr: echo status=$_status
^~~~~~~~
[ stdin ]:7: fatal: Undefined variable '_status'
|