spec test index / oilshell.org
74 passed, 0 OK, 0 not implemented, 0 BUG, 2 failed, 0 timeouts, 0 cases skipped 2 failed under osh
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-cpp | 6 Str => startsWith(Str) and endsWith(Str), eggex matches bytes not runes [ysh-cpp 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-cpp | 15 Str => trim*() with an eggex pattern trims bytes not runes [ysh-cpp 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-cpp | 26 Str => split(sep), eggex sep [ysh-cpp stdout] Expected '(List) ["a","b","c"]\n(List) ["","",""]\n(List) ["","",""]\n(List) ["a","b","c<d"]\n(List) ["","a","","b","","c","d",""]\n(List) ["a","b","cd"]\n(List) []\n' Got '(List) ["a","b","c"]\n' [ysh-cpp status] Expected 0, got -6 stdout: (List) ["a","b","c"]stderr: ysh: cpp/data_lang.cc:165: Tuple2<int, int> fastfunc::Utf8DecodeOne(BigStr*, int): Assertion `0 <= start && start < len(s)' failed. timeout: the monitored command dumped core |
ysh-cpp | 30 Str => split(), non-ascii [ysh-cpp stdout] Expected '(List) ["\xf0\x9f\x8c\x9e","\xf0\x9f\x8c\x9e","\xf0\x9f\x8c\x9e"]\n(List) ["\xf0\x9f\x8c\x9e","\xf0\x9f\x8c\x9e","\xf0\x9f\x8c\x9e"]\n(List) ["","\xf0\x9f\x8c\x9e","","\xf0\x9f\x8c\x9e","","\xf0\x9f\x8c\x9d","\xf0\x9f\x8c\x9e",""]\n(List) ["",b\'\\yf0\',b\'\\ya0\',"",b\'\\yf5\',""]\n' Got '(List) ["\xf0\x9f\x8c\x9e","\xf0\x9f\x8c\x9e","\xf0\x9f\x8c\x9e"]\n(List) ["\xf0\x9f\x8c\x9e","\xf0\x9f\x8c\x9e","\xf0\x9f\x8c\x9e"]\n' [ysh-cpp status] Expected 0, got -6 stdout: (List) ["🌞","🌞","🌞"] (List) ["🌞","🌞","🌞"]stderr: ysh: cpp/data_lang.cc:165: Tuple2<int, int> fastfunc::Utf8DecodeOne(BigStr*, int): Assertion `0 <= start && start < len(s)' failed. timeout: the monitored command dumped core |