| status | ysh | |
| pass | 10 | |
| FAIL | 2 | |
| total | 12 | |
| case | ysh | description |
| 0 | pass | join() |
| 1 | pass | @[split(x)] respects IFS |
| 2 | pass | @[maybe(x)] |
| 3 | pass | maybe() on invalid type is fatal error |
| 4 | pass | split() on invalid type is fatal error |
| 5 | pass | @[glob(x)] |
| 6 | pass | shSplit() respects IFS |
| 7 | pass | getVar() gets global or local vars |
| 8 | pass | ASCII upper() lower() |
| 9 | FAIL | Unicode upper() lower() |
| details | ||
| 10 | pass | getFrame() |
| 11 | FAIL | bindFrame() |
| details |
10 passed, 0 OK, 0 not implemented, 0 BUG, 2 failed, 0 timeouts, 0 cases skipped 2 failed under osh
| ysh | 9 Unicode upper() lower() [ysh stdout] Expected '\xc3\x80\xc3\x88\n\xc3\xa1\xc3\xa9\n', got '\xc3\x80\xc3\x88\n\xc3\xa1\xc3\xa9\n\n\xc3\x80\xc3\x88\n\xc3\x80\xc3\x88\n\xc3\xa1\xc3\xa9\n\xc3\xa1\xc3\xa9\n' stdout: ÀÈ áé ÀÈ ÀÈ áé áéstderr: |
| ysh | 11 bindFrame() [ysh stdout] Expected '', got '<Command>\n' [ysh status] Expected 0, got 1 stdout: <Command>stderr: var cmd = bindFrame(frag, getFrame(0))
^~~~~~~~
[ stdin ]:5: fatal: Undefined variable 'getFrame'
|