ysh-demo () { run-file ysh-demo "$@" } run-file () { local spec_name=$1; shift; sh-spec spec/$spec_name.test.sh --compare-shells --oils-bin-dir $PWD/bin "$@" }
spec test index / oilshell.org
| status | osh | osh_ALT | |
| pass | 3 | 3 | |
| total | 3 | 3 | |
| case | osh | osh_ALT | description |
| 0 | pass | pass | Iterate over command sub output with split() |
| 1 | pass | pass | split with explicit IFS argument |
| 2 | pass | pass | split on \0 delimiters |
6 passed, 0 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped