Welcome to mirror list, hosted at ThFree Co, Russian Federation.

multi-line-string.test « chainlint « t - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4a0af2107da6dfb0035ead1ada8add0353cc2199 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
(
	x="line 1
		line 2
		line 3" &&
# LINT: missing "&&" on assignment
	y="line 1
		line2"
	foobar
) &&
(
	echo "xyz" "abc
		def
		ghi" &&
	barfoo
)