summaryrefslogtreecommitdiffstats
path: root/t/chainlint/blank-line.test
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)


)