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

blank-line.test « chainlint « t - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0fdf15b3e14c6aaac3bbbc8f2c4f04035845cd4c (plain)
1
2
3
4
5
6
7
8
9
10
(

	nothing &&

	something
# LINT: ignore blank lines since final _statement_ before subshell end is
# LINT: significant to "&&"-check, not final _line_ (which might be blank)


)