| status | osh | osh-cpp | |
| pass | 9 | 8 | |
| FAIL | 0 | 1 | |
| total | 9 | 9 | |
| case | osh | osh-cpp | description |
| 0 | pass | pass | Conditional Inside Blocks |
| 1 | pass | pass | Conditional Outside Block |
| 2 | pass | pass | Iteration Inside Block |
| 3 | pass | pass | Iteration Outside Block |
| 4 | pass | pass | Iteration outside Hay node - example from Samuel |
| 5 | pass | pass | Proc Inside Block |
| 6 | pass | pass | Proc That Defines Block |
| 7 | pass | pass | Param scope issue (from Zulip, 2025-02) |
| 8 | pass | FAIL | Hay node with exression block arg now allowed - Node (; ; ^(var x = 1)) |
| details |
17 passed, 0 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped
| osh-cpp | 8 Hay node with exression block arg now allowed - Node (; ; ^(var x = 1)) [osh-cpp status] Expected 1 Got 2 stdout: stderr: Foo (; ; ^(echo hi))
^
[ stdin ]:5: Invalid word while parsing command list
|