summaryrefslogtreecommitdiff
path: root/t/chainlint/comment.test
blob: 113c0c466f1741b1bf4fc68f666347b3b511104a (plain)
1
2
3
4
5
6
7
8
9
10
11
(
# LINT: swallow comment lines
	# comment 1
	nothing &&
	# comment 2
	something
# LINT: swallow comment lines since final _statement_ before subshell end is
# LINT: significant to "&&"-check, not final _line_ (which might be comment)
	# comment 3
	# comment 4
)