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

Results for ysh-expr-bool.test.sh

statusosh
pass 6
total6
caseoshdescription
0pass or short circuits
1pass and short circuits
2pass not operator behaves like Python
3pass not, and, or
4pass and-or chains for typed data
5pass x if b else y
6 passed, 0 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped