Results for triple-quoted.test.sh

statusoshosh_.pyosh_.cc
pass 221
FAIL 112
total333
caseoshosh_.pyosh_.ccdescription
0FAIL FAIL FAIL Double Quoted
detailsdetailsdetails
1pass pass pass more
2pass pass FAIL here doc with quotes
details
5 passed, 0 OK, 0 not implemented, 0 BUG, 4 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_.py0 Double Quoted

[osh_.py 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_.cc0 Double Quoted

[osh_.cc 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_.cc2 here doc with quotes

[osh_.cc stdout] Expected '"hello"\n""\n"""\n', got ''
[osh_.cc status] Expected 0, got -6

stdout:
stderr: 
osh_eval.dbg: cpp/posix.h:106: Tuple2<int, int> posix::pipe(): Assertion `0' failed.