Home | History | Annotate | Line # | Download | only in unit-tests
      1 begin empty-lines
      2 
      3 
      4 end empty-lines
      5 begin stdout-and-stderr
      6 only stdout:
      7 This is stdout.
      8 This is stderr.
      9 only stderr:
     10 end stdout-and-stderr
     11 This is stdout.
     12 This is stderr.
     13 exit status 0
     14