| status | ysh | |
| pass | 2 | |
| FAIL | 1 | |
| total | 3 | |
| case | ysh | description |
| 0 | pass | Command.sourceCode() on literal block: p { echo hi } |
| 1 | pass | Command.sourceCode() on Expr: ^(echo 1; echo 2) |
| 2 | FAIL | Command.sourceCode() works with reparsing, e.g. backticks |
| details |
2 passed, 0 OK, 0 not implemented, 0 BUG, 1 failed, 0 timeouts, 0 cases skipped 1 failed under osh
| ysh | 2 Command.sourceCode() works with reparsing, e.g. backticks [ysh stdout] Expected '', got ' \n echo "greeting `echo hi`"\necho hi\n\n' [ysh status] Expected 0, got 2 stdout: echo "greeting `echo hi`" echo histderr: alias e='echo hi'
^
[ stdin ]:18: Invalid quoted word part in YSH (OILS-ERR-17)
|