28 passed, 0 OK, 0 not implemented, 0 BUG, 2 failed, 0 timeouts, 0 cases skipped 2 failed under osh
| osh | 3 Binary operators, with conversions from string [osh stdout] Expected ' i i 3\nsi i 3\n i si 3\n---\n f f 1.0\nsf f 1.0\n f sf 1.0\n---\n i f 6.0\nsi f 6.0\n i sf 6.0\n---\n f i 2.5\nsf i 2.5\n f si 2.5\n' Got ' i i 3\nsi i 3\n i si 3\n---\n' [osh status] Expected 0 Got 2 stdout: i i 3 si i 3 i si 3 ---stderr: echo ' f f' $[2.5 - 1.5]
^
[ stdin ]:6: Unexpected token while parsing arithmetic: '.'
|
| osh | 29 multiline strings, list, tuple syntax for list, etc. [osh stdout] Expected 'dq=6\nsq=6\nmylist=3\nmytuple=3\n' Got '' [osh status] Expected 0 Got 2 stdout: stderr: echo dq=$[len(dq)]
^
[ stdin ]:5: Unexpected token after arithmetic expression (Id.Arith_LParen != Id.Arith_RBracket)
|