]> git.ipfire.org Git - thirdparty/git.git/blob - t/chainlint/incomplete-line.test
Merge branch 'sg/t3701-tighten-trace' into maint
[thirdparty/git.git] / t / chainlint / incomplete-line.test
1 # LINT: stitch together all incomplete \-ending lines
2 line 1 \
3 line 2 \
4 line 3 \
5 line 4 &&
6 (
7 # LINT: stitch together all incomplete \-ending lines (subshell)
8 line 5 \
9 line 6 \
10 line 7 \
11 line 8
12 )