Code & Deploy
Code
Models
Repos
Sign in
@leroysheep
/
Socializer
Socializer
/
t
/
chainlint
/
here-doc-body-indent.test
Code
Commits
Pulls
CI/CD
81,841
master
bisect
jch
maint
master
next
seen
test
todo
test
4 lines
141 Bytes
Copy permalink
Copy
Raw
1
test_expect_success
'here-doc-body-indent'
-
<<-
\EOT
2
echo
"we should find this"
3
echo
"even though our heredoc has its indent stripped"
4
EOT