89 passed, 0 ok, 0 known unimplemented, 0 known bugs, 3 failed, 0 skipped
osh | 10 Word elision with non-whitespace IFS [osh stdout] Expected "['']\n", got "['', '']\n" stdout: ['', '']stderr: |
osh | 11 Leading/trailing word elision with non-whitespace IFS [osh stdout] Expected "['', 'a', 'b']\n", got "['', 'a', 'b', '']\n" stdout: ['', 'a', 'b', '']stderr: |
osh | 13 IFS with whitespace and non-whitepace. [osh stdout] Expected "['a', 'b', '', '', 'c', 'd', 'e']\n", got "['a', 'b', '', '', '', 'c', '', 'd', 'e']\n" stdout: ['a', 'b', '', '', '', 'c', '', 'd', 'e']stderr: |