Code & Deploy
Code
Models
Repos
Sign in
@leroysheep
/
CrazyWebTemps
CrazyWebTemps
/
t
/
chainlint
/
here-doc-multi-line-string.test
Code
Commits
Pulls
CI/CD
81,841
master
bisect
jch
maint
master
next
seen
test
todo
test
10 lines
176 Bytes
Copy permalink
Copy
Raw
1
test_expect_success
'here-doc-multi-line-string'
'
2
(
3
# LINT: line contains here-doc and opens multi-line string
4
cat <<-\TXT && echo "multi-line
5
string"
6
fizzle
7
TXT
8
bap
9
)
10
'