Results for ysh-expr-compare.test.sh

statusoshosh_ALT
pass 1616
total1616
caseoshosh_ALTdescription
0pass pass Exact equality with === and !==
1pass pass Approximate equality of Str x {Str, Int, Bool} with ~==
2pass pass Wrong Types with ~==
3pass pass === on float not allowed
4pass pass floatsEqual()
5pass pass Comparison converts from Str -> Int or Float
6pass pass Comparison of Int
7pass pass Comparison of Str does conversion to Int
8pass pass Mixed Type Comparison does conversion to Int
9pass pass Invalid String is an error
10pass pass Bool conversion -- explicit allowed, implicit not allowed
11pass pass Chained Comparisons
12pass pass List / "Tuple" comparison is not allowed
13pass pass Ternary op behaves like if statement
14pass pass Undefined comparisons
15pass pass Non-comparable types in case arms
32 passed, 0 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped