spec test index / oilshell.org
| status | bash | osh | |
| pass | 5 | 5 | |
| total | 5 | 5 | |
| case | bash | osh | description |
| 0 | pass | pass | ${FUNCNAME[@]} array |
| 1 | pass | pass | FUNCNAME with source |
| 2 | pass | pass | ${BASH_SOURCE[@]} with source and function name |
| 3 | pass | pass | ${BASH_SOURCE[@]} with line numbers |
| 4 | pass | pass | ${BASH_LINENO[@]} is a stack of line numbers for function calls |
10 passed, 0 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped