|
1
|
test_expect_success 'incomplete-line' ' |
|
2
|
# LINT: stitch together all incomplete \-ending lines |
|
3
|
line 1 \ |
|
4
|
line 2 \ |
|
5
|
line 3 \ |
|
6
|
line 4 && |
|
7
|
( |
|
8
|
# LINT: stitch together all incomplete \-ending lines (subshell) |
|
9
|
line 5 \ |
|
10
|
line 6 \ |
|
11
|
line 7 \ |
|
12
|
line 8 |
|
13
|
) |
|
14
|
' |