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>
12 lines
143 B
Plaintext
12 lines
143 B
Plaintext
(
|
|
echo wobba gorgo snoot wafta snurb &&
|
|
?!AMP?! cat >bip
|
|
echo >bop
|
|
>) &&
|
|
(
|
|
cat >bup &&
|
|
cat >bup2 &&
|
|
cat >bup3 &&
|
|
meep
|
|
>)
|