Code & Deploy
Code
Models
Repos
Sign in
@matheusbsbs
/
matheus-bagliano
matheus-bagliano
/
t
/
chainlint
/
here-doc-multi-line-command-subst.test
Code
Commits
Pulls
CI/CD
82,128
seen
bisect
jch
maint
master
next
seen
test
todo
test
11 lines
192 Bytes
Copy permalink
Copy
Raw
1
test_expect_success
'here-doc-multi-line-command-subst'
'
2
(
3
# LINT: line contains here-doc and opens multi-line $(...)
4
x=$(bobble <<-\END &&
5
fossil
6
vegetable
7
END
8
wiffle)
9
echo $x
10
)
11
'