| status | ysh | ysh-cpp | |
| pass | 9 | 9 | |
| total | 9 | 9 | |
| case | ysh | ysh-cpp | description |
| 0 | pass | pass | default prompt doesn't confuse OSH and YSH |
| 1 | pass | pass | promptVal() with $ and w |
| 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 |
18 passed, 0 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped