ysh-command-sub () { run-file ysh-command-sub "$@" } 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 | |
pass | 7 | |
total | 7 | |
case | osh | description |
0 | pass | Conflict with extglob @( can be avoided with ,( |
1 | pass | split command sub @() in expression mode |
2 | pass | split command sub @() in command mode |
3 | pass | @() decodes J8 Lines |
4 | pass | for loop using @(seq $n) |
5 | pass | @() can't start in the middle of the word |
6 | pass | @() can't have any tokens after it |
7 passed, 0 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped