Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
tests: fix non-portable iconv invocation
[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 9c3564c247e0d15e96a13e1092f848d301a828a5..b6b5a9b33aac57156df37da5b3bc420baab78796 100644
(file)
--- a/
t/chainlint/subshell-here-doc.test
+++ b/
t/chainlint/subshell-here-doc.test
@@
-20,4
+20,16
@@
wednesday
pugsly
EOF
+) &&
+(
+# LINT: swallow here-doc with arbitrary tag
+ cat <<-\ARBITRARY >bup &&
+ glink
+ FIZZ
+ ARBITRARY
+ cat <<-'ARBITRARY2' >bup2 &&
+ glink
+ FIZZ
+ ARBITRARY2
+ meep
)