spec test index / oilshell.org
| status | ysh | ysh-cpp | |
| pass | 9 | 9 | |
| FAIL | 1 | 1 | |
| total | 10 | 10 | |
| case | ysh | ysh-cpp | description |
| 0 | pass | pass | fastlex: NUL byte not allowed inside char literal #' ' |
| 1 | pass | pass | fastlex: NUL byte inside shebang line |
| 2 | pass | pass | Tea keywords don't interfere with YSH expressions |
| 3 | pass | pass | Catch AttributeError |
| 4 | pass | pass | Command sub paren parsing bug (#1387) |
| 5 | pass | pass | More Command sub paren parsing |
| 6 | pass | pass | don't execute empty command |
| 7 | FAIL | FAIL | && || with YSH constructs ? |
| details | details | ||
| 8 | pass | pass | shvar then replace - bug #1986 context manager crash |
| 9 | pass | pass | Parsing crash - bug #2003 |
18 passed, 0 OK, 0 not implemented, 0 BUG, 2 failed, 0 timeouts, 0 cases skipped 1 failed under osh
| ysh | 7 && || with YSH constructs ? [ysh stdout] Expected '', got '(List) [42]\n(Int) 42\n(Int) 42\n' stdout: (List) [42] (Int) 42 (Int) 42stderr: |
| ysh-cpp | 7 && || with YSH constructs ? [ysh-cpp stdout] Expected '', got '(List) [42]\n(Int) 42\n(Int) 42\n' stdout: (List) [42] (Int) 42 (Int) 42stderr: |