7e32a31b21
A here-doc tag can be quoted ('EOF') or escaped (\EOF) to suppress interpolation within the body. Although, chainlint recognizes escaped tags, it does not know about quoted tags. For completeness, teach it to recognize quoted tags, as well. Signed-off-by: Eric Sunshine <sunshine@sunshineco.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
11 lines
129 B
Plaintext
11 lines
129 B
Plaintext
(
|
|
echo wobba gorgo snoot wafta snurb &&
|
|
?!AMP?! cat >bip
|
|
echo >bop
|
|
>) &&
|
|
(
|
|
cat >bup &&
|
|
cat >bup2 &&
|
|
meep
|
|
>)
|