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

statusoshosh_ALT
pass 66
total66
caseoshosh_ALTdescription
0pass pass or short circuits
1pass pass and short circuits
2pass pass not operator behaves like Python
3pass pass not, and, or
4pass pass and-or chains for typed data
5pass pass x if b else y
12 passed, 0 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped