29 passed, 0 OK, 0 not implemented, 0 BUG, 2 failed, 0 timeouts, 0 cases skipped 2 failed under osh
| osh | 21 a ++ b for string/list concatenation [osh stdout] Expected 'string abcde\nlist len=3\n---\nStr Int 3\nList Int 3\nInt Str 3\n' Got 'string abcde\nlist len=3\n---\nStr Int\nList Int\nInt Str\n' stdout: string abcde list len=3 --- Str Int List Int Int Strstderr: |
| osh | 23 Type Errors [osh stdout] Expected '3\n3\n3\n3\n' Got '\n\n\n\n' stdout: stderr: |