ysh-expr-bool () { run-file ysh-expr-bool "$@" } 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 | 6 | |
| total | 6 | |
| case | osh | description |
| 0 | pass | or short circuits |
| 1 | pass | and short circuits |
| 2 | pass | not operator behaves like Python |
| 3 | pass | not, and, or |
| 4 | pass | and-or chains for typed data |
| 5 | pass | x if b else y |
6 passed, 0 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped