spec test index / oilshell.org
status | osh | |
pass | 16 | |
FAIL | 1 | |
total | 17 | |
case | osh | description |
0 | pass | Exact equality with === and !== |
1 | pass | Approximate equality of Str x {Str, Int, Bool} with ~== |
2 | pass | Wrong Types with ~== |
3 | pass | === on float not allowed |
4 | pass | floatsEqual() |
5 | pass | Comparison converts from Str -> Int or Float |
6 | pass | Comparison of Int |
7 | pass | Comparison of Str does conversion to Int |
8 | pass | Mixed Type Comparison does conversion to Int |
9 | FAIL | Invalid String is an error |
details | ||
10 | pass | Bool conversion -- explicit allowed, implicit not allowed |
11 | pass | Chained Comparisons |
12 | pass | List / "Tuple" comparison is not allowed |
13 | pass | Ternary op behaves like if statement |
14 | pass | Undefined comparisons |
15 | pass | Non-comparable types in case arms |
16 | pass | object identity |
16 passed, 0 OK, 0 not implemented, 0 BUG, 1 failed, 0 timeouts, 0 cases skipped 1 failed under osh
osh | 9 Invalid String is an error [osh stdout] Expected '', got 'code=3\n(Bool) true\ncode=0\n' [osh status] Expected 3, got 0 stdout: code=3 (Bool) true code=0stderr: |