spec test index / oilshell.org
| status | osh | |
| pass | 6 | |
| FAIL | 1 | |
| total | 7 | |
| case | osh | description |
| 0 | pass | Conditional Inside Blocks |
| 1 | pass | Conditional Outside Block |
| 2 | pass | Iteration Inside Block |
| 3 | pass | Iteration Outside Block |
| 4 | FAIL | Iteration outside Hay node - example from Samuel |
| details | ||
| 5 | pass | Proc Inside Block |
| 6 | pass | Proc That Defines Block |
6 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'
|