Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
ref-filter: add objectsize:disk option
[gitweb.git]
/
t
/
chainlint
/
subshell-here-doc.test
diff --git
a/t/chainlint/subshell-here-doc.test
b/t/chainlint/subshell-here-doc.test
index 05139af0b5e1ad4414c53fbe70635e7878ef0be6..f6b3ba4214a41de2ca9f9b91d2407e2f9dc4683c 100644
(file)
--- a/
t/chainlint/subshell-here-doc.test
+++ b/
t/chainlint/subshell-here-doc.test
@@
-27,5
+27,13
@@
glink
FIZZ
ARBITRARY
+ cat <<-'ARBITRARY2' >bup2 &&
+ glink
+ FIZZ
+ ARBITRARY2
+ cat <<-"ARBITRARY3" >bup3 &&
+ glink
+ FIZZ
+ ARBITRARY3
meep
)