spec test index / oilshell.org
status | ysh | ysh_ALT | |
pass | 8 | 7 | |
FAIL | 0 | 1 | |
total | 8 | 8 | |
case | ysh | ysh_ALT | description |
0 | pass | pass | default prompt doesn't confuse OSH and YSH |
1 | pass | FAIL | promptVal() with various values |
details | |||
2 | pass | pass | promptVal() with invalid chars |
3 | pass | pass | ysh respects PS1 |
4 | pass | pass | ysh respects renderPrompt() over PS1 |
5 | pass | pass | renderPrompt() doesn't return string |
6 | pass | pass | renderPrompt() raises error |
7 | pass | pass | renderPrompt() has wrong signature |
15 passed, 0 OK, 0 not implemented, 0 BUG, 1 failed, 0 timeouts, 0 cases skipped
ysh_ALT | 1 promptVal() with various values [ysh_ALT stdout] Expected 'x=$\npass\n', got 'x=$\n' [ysh_ALT status] Expected 0, got 3 stdout: x=$stderr: assert [x === ENV.PWD] ^ [ stdin ]:9: fatal: Dict entry 'PWD' not found |