spec test index / oilshell.org
| status | ysh | |
| pass | 2 | |
| FAIL | 2 | |
| total | 4 | |
| case | ysh | description |
| 0 | pass | shSplit() respects IFS |
| 1 | FAIL | getVar() gets global or local vars |
| details | ||
| 2 | pass | ASCII upper() lower() |
| 3 | FAIL | Unicode upper() lower() |
| details |
2 passed, 0 OK, 0 not implemented, 0 BUG, 2 failed, 0 timeouts, 0 cases skipped 2 failed under osh
| ysh | 1 getVar() gets global or local vars [ysh stdout] Expected 'g=global\nmylocal=43\nmylocal=43\nnot_global_or_local=null\n' Got '' [ysh status] Expected 0, got 127 stdout: stderr: my-proc
^~~~~~~
[ stdin ]:15: 'my-proc' not found (OILS-ERR-100)
[ stdin ]:15: errexit PID 3157: command.Simple failed with status 127
|
| ysh | 3 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: |