heredoc_backquote1.tests 106 B

12345678910
  1. cat <<EO`true`F
  2. heredoc1
  3. EO`true`F
  4. echo Ok1:$?
  5. cat <<EO`true`F
  6. heredoc2
  7. EO`false`F
  8. EO`true`F
  9. echo Ok2:$?