spec test index / oilshell.org
status | osh | osh-cpp | |
pass | 3 | 0 | |
FAIL | 0 | 3 | |
total | 3 | 3 | |
case | osh | osh-cpp | description |
0 | pass | FAIL | Iterate over command sub output with split() |
details | |||
1 | pass | FAIL | split with explicit IFS argument |
details | |||
2 | pass | FAIL | split on \0 delimiters |
details |
3 passed, 0 OK, 0 not implemented, 0 BUG, 3 failed, 0 timeouts, 0 cases skipped
osh-cpp | 0 Iterate over command sub output with split() [osh-cpp stdout] Expected '1\none\n2\ntwo\n___\n1 one\n2 two\n', got '___\n' stdout: ___stderr: |
osh-cpp | 1 split with explicit IFS argument [osh-cpp stdout] Expected '1 one\n--\n2 two\n', got '' stdout: stderr: |
osh-cpp | 2 split on \0 delimiters [osh-cpp stdout] Expected '1 one\n2 two\n', got '' stdout: stderr: |