38 passed, 0 OK, 0 not implemented, 0 BUG, 2 failed, 0 timeouts, 0 cases skipped 2 failed under osh
| osh | 0 s ~ regex and s !~ regex [osh stdout] Expected "matches\n['foo', 'oo']\ndoes not match\n['foo', 'oo']\ngot expected status 3\ngot expected status 3\n" Got "matches\n['foo', 'oo']\ndoes not match\n['foo', 'oo']\n" [osh status] Expected 0 Got 1 stdout: matches ['foo', 'oo'] does not match ['foo', 'oo']stderr: if (_status === 3) {
^~~~~~~
[ stdin ]:19: fatal: Undefined variable '_status'
|
| osh | 33 Str.replace(Eggex, Lazy), convert_func [osh stdout] Expected '124\n123\nstatus=3\n' Got '124\n123\n' [osh status] Expected 0 Got 1 stdout: 124 123stderr: write status=$_status
^~~~~~~~
[ stdin ]:14: fatal: Undefined variable '_status'
|