summaryrefslogtreecommitdiff
path: root/t/chainlint/subshell-here-doc.test
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2018-09-04 14:31:40 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2018-09-04 14:31:40 -0700
commite9983f8965c0875cc6727e9644c84ff1dfc99372 (patch)
tree70668a68d93c3cef8dd415a74c36f6a0a4885d73 /t/chainlint/subshell-here-doc.test
parentMerge branch 'ab/portable-more' (diff)
parentchainlint: match "quoted" here-doc tags (diff)
downloadtgif-e9983f8965c0875cc6727e9644c84ff1dfc99372.tar.xz
Merge branch 'es/chain-lint-more'
The test linter code has learned that the end of here-doc mark "EOF" can be quoted in a double-quote pair, not just in a single-quote pair. * es/chain-lint-more: chainlint: match "quoted" here-doc tags
Diffstat (limited to 't/chainlint/subshell-here-doc.test')
-rw-r--r--t/chainlint/subshell-here-doc.test4
1 files changed, 4 insertions, 0 deletions
diff --git a/t/chainlint/subshell-here-doc.test b/t/chainlint/subshell-here-doc.test
index b6b5a9b33a..f6b3ba4214 100644
--- a/t/chainlint/subshell-here-doc.test
+++ b/t/chainlint/subshell-here-doc.test
@@ -31,5 +31,9 @@
glink
FIZZ
ARBITRARY2
+ cat <<-"ARBITRARY3" >bup3 &&
+ glink
+ FIZZ
+ ARBITRARY3
meep
)