Results for ysh-demo.test.sh

statusosh
pass 2
FAIL 1
total3
caseoshdescription
0FAIL Iterate over command sub output with split()
details
1pass split with explicit IFS argument
2pass split on \0 delimiters
2 passed, 0 OK, 0 not implemented, 0 BUG, 1 failed, 0 timeouts, 0 cases skipped
1 failed under osh

Details on runs that didn't PASS

osh0 Iterate over command sub output with split()

[osh stdout] Expected '1\none\n2\ntwo\n___\n1 one\n2 two\n', got '1\none\n2\ntwo\n___\n'
[osh status] Expected 0, got 2

stdout:
1
one
2
two
___
stderr:
  IFS=$'\n'
      ^~
[ stdin ]:11: Invalid quoted word part in YSH (OILS-ERR-17)