Results for ysh-demo.test.sh

statusoshosh_ALT
pass 22
FAIL 11
total33
caseoshosh_ALTdescription
0FAIL FAIL Iterate over command sub output with split()
detailsdetails
1pass pass split with explicit IFS argument
2pass pass split on \0 delimiters
4 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)
osh_ALT0 Iterate over command sub output with split()

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

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