spec test index / oilshell.org
66 passed, 0 OK, 0 not implemented, 0 BUG, 2 failed, 0 timeouts, 0 cases skipped 2 failed under osh
osh | 28 parse_rawc: C strings in @() array literals [osh status] Expected 0, got 2 stdout: stderr: echo @lines ^~~~ [ stdin ]:3: 'echo' takes at most one arg when strict_echo is on (hint: add quotes) echo @lines ^~~~ [ stdin ]:3: fatal: Exiting with status 2 (command in PID 18634) |
osh_ALT | 28 parse_rawc: C strings in @() array literals [osh_ALT status] Expected 0, got 2 stdout: stderr: echo @lines ^~~~ [ stdin ]:3: 'echo' takes at most one arg when strict_echo is on (hint: add quotes) echo @lines ^~~~ [ stdin ]:3: fatal: Exiting with status 2 (command in PID 18646) |
osh | 29 parse_paren allows f(x) [osh stdout] Expected 'foo 42\n', got '' [osh status] Expected 0, got 2 stdout: stderr: func f(x) { ^ [ stdin ]:2: Unexpected word while parsing command line |
osh_ALT | 29 parse_paren allows f(x) [osh_ALT stdout] Expected 'foo 42\n', got '' [osh_ALT status] Expected 0, got 2 stdout: stderr: func f(x) { ^ [ stdin ]:2: Unexpected word while parsing command line |