ysh-options-assign () { run-file ysh-options-assign "$@" } 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 | 5 | 5 | |
| total | 5 | 5 | |
| case | osh | osh_ALT | description |
| 0 | pass | pass | OSH behavior |
| 1 | pass | pass | ysh:upgrade behavior |
| 2 | pass | pass | x=y is allowed at the top level |
| 3 | pass | pass | parse_equals: allows bare assignment in Caps blocks |
| 4 | pass | pass | bare assignment inside Hay blocks |
10 passed, 0 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped