Results for triple-quoted.test.sh

statusoshosh_ALT
pass 22
FAIL 11
total33
caseoshosh_ALTdescription
0FAIL FAIL Double Quoted
detailsdetails
1pass pass more
2pass pass here doc with quotes
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 Double Quoted

[osh stdout] Expected '\n one\n two = 2\n three = 3\n \none\ntwo = 2\nthree = 3\n', got '\n one\n two = 2\n three = 3\n \n\n one\n two = 2\n three = 3\n \n'

stdout:
  one
  two = 2
  three = 3
  

  one
  two = 2
  three = 3
  
stderr:
id = Id.Left_DoubleQuote
osh_ALT0 Double Quoted

[osh_ALT stdout] Expected '\n one\n two = 2\n three = 3\n \none\ntwo = 2\nthree = 3\n', got '\n one\n two = 2\n three = 3\n \n\n one\n two = 2\n three = 3\n \n'

stdout:
  one
  two = 2
  three = 3
  

  one
  two = 2
  three = 3
  
stderr:
id = Id.Left_DoubleQuote