chainlint: match "quoted" here-doc tags
authorEric Sunshine <sunshine@sunshineco.com>
Wed, 29 Aug 2018 09:45:32 +0000 (05:45 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 29 Aug 2018 17:57:38 +0000 (10:57 -0700)
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 <sunshine@sunshineco.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found