Results for ysh-bugs.test.sh

statusysh
pass 9
FAIL 1
total10
caseyshdescription
0pass fastlex: NUL byte not allowed inside char literal #' '
1pass fastlex: NUL byte inside shebang line
2pass Tea keywords don't interfere with YSH expressions
3pass Catch AttributeError
4pass Command sub paren parsing bug (#1387)
5pass More Command sub paren parsing
6pass don't execute empty command
7FAIL && || with YSH constructs ?
details
8pass shvar then replace - bug #1986 context manager crash
9pass Parsing crash - bug #2003
9 passed, 0 OK, 0 not implemented, 0 BUG, 1 failed, 0 timeouts, 0 cases skipped
1 failed under osh

Details on runs that didn't PASS

ysh7 && || with YSH constructs ?

[ysh stdout] Expected '', got '(List) [42]\n(Int) 42\n(Int) 42\n'

stdout:
(List)   [42]
(Int)   42
(Int)   42
stderr: