Results for ysh-proc.test.sh

statusosh
pass 18
total18
caseoshdescription
0pass Open proc (any number of args)
1pass Closed proc with no args, passed too many
2pass Open proc has "$@"
3pass Closed proc doesn't have "$@"
4pass Proc with default args
5pass Proc with explicit args
6pass Proc with varargs
7pass varargs 2
8pass Proc name-with-hyphen
9pass Proc with block arg
10pass proc returning wrong type
11pass proc returning invalid string
12pass Out param / setref
13pass Pass out param through 2 levels of proc
14pass 'return' doesn't accept expressions
15pass procs are in same namespace as shell functions
16pass Nested proc is disallowed at parse time
17pass Procs defined inside compound statements (with redefine_proc)
18 passed, 0 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped