spec test index / oilshell.org
| status | ysh | |
| pass | 9 | |
| FAIL | 1 | |
| total | 10 | |
| case | ysh | description | 
| 0 | pass | fastlex: NUL byte not allowed inside char literal #' ' | 
| 1 | pass | fastlex: NUL byte inside shebang line | 
| 2 | pass | Tea keywords don't interfere with YSH expressions | 
| 3 | pass | Catch AttributeError | 
| 4 | pass | Command sub paren parsing bug (#1387) | 
| 5 | pass | More Command sub paren parsing | 
| 6 | pass | don't execute empty command | 
| 7 | FAIL | && || with YSH constructs ? | 
| details | ||
| 8 | pass | shvar then replace - bug #1986 context manager crash | 
| 9 | pass | Parsing crash - bug #2003 | 
9 passed, 0 OK, 0 not implemented, 0 BUG, 1 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:  |