| status | osh | |
| pass | 12 | |
| FAIL | 1 | |
| total | 13 | |
| case | osh | description |
| 0 | pass | oil:upgrade as alias for ysh:upgrade |
| 1 | pass | %() array literal |
| 2 | pass | _match() instead of _group() |
| 3 | pass | _status instead of _error.code |
| 4 | pass | source ///osh/two.sh rather than source --builtin osh/two.sh |
| 5 | pass | OILS_VERSION, not OIL_VERSION |
| 6 | FAIL | s.upper(), not s => upper() (might keep this) |
| details | ||
| 7 | pass | fopen can be spelled redir |
| 8 | pass | Dict => keys() |
| 9 | pass | Obj API |
| 10 | pass | evalInFrame() and evalToDict() |
| 11 | pass | YSH case requires ''/dir/*.py workaround |
| 12 | pass | \x7e was the legacy syntax for \y7e |
12 passed, 0 OK, 0 not implemented, 0 BUG, 1 failed, 0 timeouts, 0 cases skipped 1 failed under osh
| osh | 6 s.upper(), not s => upper() (might keep this) [osh stdout] Expected 'FOO\n' Got '' [osh status] Expected 0 Got 2 stdout: stderr: echo $['foo' => upper()]
^
[ stdin ]:1: Token can't be used in prefix position
|