case | dash | bash | mksh | osh | description |
0 | pass | pass | pass | FAIL | Chained && and || -- there is no precedence |
details | |||||
1 | pass | pass | pass | pass | Command block |
7 passed, 0 ok, 0 known unimplemented, 0 known bugs, 1 failed, 0 skipped
osh | 0 Chained && and || -- there is no precedence [osh stdout] Expected u'1\n2\n4\nstatus=0\n', got '1\n2\nstatus=0\n' stdout: 1 2 status=0stderr: |