spec test index / oilshell.org
status | ysh | ysh-cpp | |
pass | 2 | 0 | |
FAIL | 0 | 2 | |
total | 2 | 2 | |
case | ysh | ysh-cpp | description |
0 | pass | FAIL | = to pretty print |
details | |||
1 | pass | FAIL | _ to ignore return value |
details |
2 passed, 0 OK, 0 not implemented, 0 BUG, 2 failed, 0 timeouts, 0 cases skipped
ysh-cpp | 0 = to pretty print [ysh-cpp stdout] Expected '(Int) 7\n', got '' stdout: stderr: |
ysh-cpp | 1 _ to ignore return value [ysh-cpp stdout] Expected 'a\nb\nc\n5\n6\n7\n__\n5\n6\n', got '' [ysh-cpp status] Expected 0, got 1 stdout: stderr: write -- @strs ^~~~~ [ stdin ]:6: fatal: Can't splice 'strs' |