spec test index / oilshell.org
| status | osh | osh-cpp | |
| pass | 6 | 6 | |
| FAIL | 1 | 1 | |
| total | 7 | 7 | |
| 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 | FAIL | FAIL | Iteration outside Hay node - example from Samuel |
| details | details | ||
| 5 | pass | pass | Proc Inside Block |
| 6 | pass | pass | Proc That Defines Block |
12 passed, 0 OK, 0 not implemented, 0 BUG, 1 failed, 0 timeouts, 0 cases skipped 1 failed under osh
| osh | 4 Iteration outside Hay node - example from Samuel [osh stdout] Expected 'status=0\n', got '' [osh status] Expected 0, got 1 stdout: stderr: WORD: hello
^~~~~
[ stdin ]:11: fatal: Undefined variable 'hello'
|
| osh-cpp | 4 Iteration outside Hay node - example from Samuel [osh-cpp stdout] Expected 'status=0\n', got '' [osh-cpp status] Expected 0, got 1 stdout: stderr: WORD: hello
^~~~~
[ stdin ]:11: fatal: Undefined variable 'hello'
|