ysh-reserved () { run-file ysh-reserved "$@" } 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 | ysh | ysh_ALT | |
| pass | 4 | 4 | |
| total | 4 | 4 | |
| case | ysh | ysh_ALT | description |
| 0 | pass | pass | Standalone generator expression |
| 1 | pass | pass | List comprehension (deferred) |
| 2 | pass | pass | Lambda not implemented |
| 3 | pass | pass | Anonymous function expression not implemented (Tea) |
8 passed, 0 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped