spec test index / oilshell.org
status | osh | |
pass | 17 | |
total | 17 | |
case | osh | description |
0 | pass | Open proc (any number of args) |
1 | pass | Closed proc with no args, passed too many |
2 | pass | Open proc has "$@" |
3 | pass | Closed proc doesn't have "$@" |
4 | pass | Proc with default args |
5 | pass | Proc with word params |
6 | pass | Proc with ... "rest" word params |
7 | pass | word rest params 2 |
8 | pass | proc with typed args |
9 | pass | Proc name-with-hyphen |
10 | pass | Proc with block arg |
11 | pass | proc returning wrong type |
12 | pass | proc returning invalid string |
13 | pass | 'return' doesn't accept expressions |
14 | pass | procs are in same namespace as shell functions |
15 | pass | Nested proc is disallowed at parse time |
16 | pass | Procs defined inside compound statements (with redefine_proc) |
17 passed, 0 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped