spec test index / oilshell.org
70 passed, 0 OK, 0 not implemented, 0 BUG, 6 failed, 0 timeouts, 0 cases skipped 3 failed under osh
ysh | 1 => can be used to chain free functions [ysh stdout] Expected 'K1/K2\nK1/K2\n', got 'K1/K2\n' [ysh status] Expected 0, got 3 stdout: K1/K2stderr: echo $[dictfunc() => list() => join('/') => upper()] ^~~~ [ stdin ]:7: fatal: Fat arrow => expects method or function, got BuiltinFunc |
ysh_ALT | 1 => can be used to chain free functions [ysh_ALT stdout] Expected 'K1/K2\nK1/K2\n', got 'K1/K2\n' [ysh_ALT status] Expected 0, got 3 stdout: K1/K2stderr: echo $[dictfunc() => list() => join('/') => upper()] ^~~~ [ stdin ]:7: fatal: Fat arrow => expects method or function, got BuiltinFunc |
ysh | 6 Str => startsWith(Str) and endsWith(Str), eggex matches bytes not runes [ysh stdout] Expected 'true true\ntrue true\ntrue true\ntrue true\n' Got 'true true\ntrue true\nfalse false\nfalse false\n' stdout: true true true true false false false falsestderr: |
ysh_ALT | 6 Str => startsWith(Str) and endsWith(Str), eggex matches bytes not runes [ysh_ALT stdout] Expected 'true true\ntrue true\ntrue true\ntrue true\n' Got 'true true\ntrue true\nfalse false\nfalse false\n' stdout: true true true true false false false falsestderr: |
ysh | 15 Str => trim*() with an eggex pattern trims bytes not runes [ysh stdout] Expected 'b\'\\ya3\', b\'\\yce\', ""\nb\'\\ya3\', b\'\\yce\', ""\n"", "", ""\n"", "", ""\n' Got '"", "", ""\n"", "", ""\nb\'\\yce\', b\'\\yce\', b\'\\yce\'\nb\'\\yce\', b\'\\yce\', b\'\\yce\'\n' stdout: "", "", "" "", "", "" b'\yce', b'\yce', b'\yce' b'\yce', b'\yce', b'\yce'stderr: |
ysh_ALT | 15 Str => trim*() with an eggex pattern trims bytes not runes [ysh_ALT stdout] Expected 'b\'\\ya3\', b\'\\yce\', ""\nb\'\\ya3\', b\'\\yce\', ""\n"", "", ""\n"", "", ""\n' Got '"", "", ""\n"", "", ""\nb\'\\yce\', b\'\\yce\', b\'\\yce\'\nb\'\\yce\', b\'\\yce\', b\'\\yce\'\n' stdout: "", "", "" "", "", "" b'\yce', b'\yce', b'\yce' b'\yce', b'\yce', b'\yce'stderr: |