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 "$@" } ysh-command-sub: spec test case results

Results for ysh-command-sub.test.sh

statusosh
pass 7
total7
caseoshdescription
0pass Conflict with extglob @( can be avoided with ,(
1pass split command sub @() in expression mode
2pass split command sub @() in command mode
3pass @() decodes J8 Lines
4pass for loop using @(seq $n)
5pass @() can't start in the middle of the word
6pass @() can't have any tokens after it
7 passed, 0 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped