| 1 | # This is obviously a ridiculous thing to do, but we should be able |
| 2 | # to handle two here-docs on the same line, and attribute them |
| 3 | # correctly. |
| 4 | test_expect_success "$(cat <<END_OF_PREREQS)" 'here-doc-double' - <<\EOT |
| 5 | SOME |
| 6 | PREREQS |
| 7 | END_OF_PREREQS |
| 8 | echo "actual test commands" |
| 9 | echo "that should be checked" |
| 10 | EOT |