mirror of
https://github.com/git/git.git
synced 2024-11-23 18:05:29 +08:00
11 lines
309 B
Plaintext
11 lines
309 B
Plaintext
|
# This is obviously a ridiculous thing to do, but we should be able
|
||
|
# to handle two here-docs on the same line, and attribute them
|
||
|
# correctly.
|
||
|
test_expect_success "$(cat <<END_OF_PREREQS)" 'here-doc-double' - <<\EOT
|
||
|
SOME
|
||
|
PREREQS
|
||
|
END_OF_PREREQS
|
||
|
echo "actual test commands"
|
||
|
echo "that should be checked"
|
||
|
EOT
|