4 lines
141 B
Text
4 lines
141 B
Text
test_expect_success 'here-doc-body-indent' - <<-\EOT
|
|
echo "we should find this"
|
|
echo "even though our heredoc has its indent stripped"
|
|
EOT
|