]> git.ipfire.org Git - thirdparty/git.git/blame - t/chainlint/here-doc.test
Merge branch 'gc/branch-recurse-submodules-fix'
[thirdparty/git.git] / t / chainlint / here-doc.test
CommitLineData
7b906790
ES
1# LINT: stitch together incomplete \-ending lines
2# LINT: swallow here-doc to avoid false positives in content
3boodle wobba \
4 gorgo snoot \
5 wafta snurb <<EOF &&
6quoth the raven,
7nevermore...
8EOF
9
c2c29cc0
ES
10# LINT: swallow here-doc with arbitrary tag
11cat <<-Arbitrary_Tag_42 >foo &&
12snoz
13boz
14woz
15Arbitrary_Tag_42
16
3042b6bb
ES
17# LINT: swallow "quoted" here-doc
18cat <<"zump" >boo &&
19snoz
20boz
21woz
22zump
23
7b906790
ES
24# LINT: swallow here-doc (EOF is last line of test)
25horticulture <<\EOF
26gomez
27morticia
28wednesday
29pugsly
30EOF