spec test index / oilshell.org
status | ysh | |
pass | 5 | |
FAIL | 1 | |
total | 6 | |
case | ysh | description |
0 | pass | fastlex: NUL byte not allowed inside char literal #' ' |
1 | pass | fastlex: NUL byte inside shebang line |
2 | FAIL | Tea keywords don't interfere with Oil expressions |
details | ||
3 | pass | Catch AttributeError |
4 | pass | Command sub paren parsing bug (#1387) |
5 | pass | More Command sub paren parsing |
5 passed, 0 OK, 0 not implemented, 0 BUG, 1 failed, 0 timeouts, 0 cases skipped 1 failed under osh
ysh | 2 Tea keywords don't interfere with Oil expressions [ysh stdout] Expected 'foo\n6\n', got '' [ysh status] Expected 0, got 3 stdout: stderr: echo $[d->data] ^~~~ [ stdin ]:3: fatal: Method 'data' does not exist on 10 |