mirror of
https://github.com/git/git.git
synced 2024-11-01 06:47:52 +01:00
3042b6bb59
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>
11 lines
143 B
Text
11 lines
143 B
Text
(
|
|
echo wobba gorgo snoot wafta snurb &&
|
|
?!AMP?! cat >bip
|
|
echo >bop
|
|
>) &&
|
|
(
|
|
cat >bup &&
|
|
cat >bup2 &&
|
|
cat >bup3 &&
|
|
meep
|
|
>)
|