| status | ysh | ysh-cpp | |
| pass | 9 | 8 | |
| FAIL | 0 | 1 | |
| total | 9 | 9 | |
| case | ysh | ysh-cpp | description |
| 0 | pass | pass | default prompt doesn't confuse OSH and YSH |
| 1 | pass | FAIL | promptVal() with $ and w |
| details | |||
| 2 | pass | pass | promptVal('w') respects ENV.HOME |
| 3 | pass | pass | promptVal() with invalid chars |
| 4 | pass | pass | ysh respects PS1 |
| 5 | pass | pass | ysh respects renderPrompt() over PS1 |
| 6 | pass | pass | renderPrompt() doesn't return string |
| 7 | pass | pass | renderPrompt() raises error |
| 8 | pass | pass | renderPrompt() has wrong signature |
17 passed, 0 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped
| ysh-cpp | 1 promptVal() with $ and w [ysh-cpp stdout] Expected 'x=$\npass\n' Got 'x=$\n' [ysh-cpp status] Expected 0 Got 2 stdout: x=$stderr: assert [x === $(pwd)]
^
[ stdin ]:7: Invalid word while parsing command list
|