From 3042b6bb59787613e36e459bf60994a26bb5a5df Mon Sep 17 00:00:00 2001 From: Eric Sunshine Date: Wed, 29 Aug 2018 05:45:32 -0400 Subject: chainlint: match "quoted" here-doc tags A here-doc tag can be quoted ('EOF'/"EOF") or escaped (\EOF) to suppress interpolation within the body. chainlint recognizes single-quoted and escaped tags, but does not know about double-quoted tags. For completeness, teach it to recognize double-quoted tags, as well. Signed-off-by: Eric Sunshine Signed-off-by: Junio C Hamano --- t/chainlint/subshell-here-doc.test | 4 ++++ 1 file changed, 4 insertions(+) (limited to 't/chainlint/subshell-here-doc.test') 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 ) -- cgit v1.2.3