summaryrefslogtreecommitdiffstats
path: root/t/chainlint/inline-comment.expect
blob: 6bad21853006d38834bf1b4ebc2da46e3c6faebc (plain)
1
2
3
4
5
6
7
8
(
	foobar && # comment 1
	barfoo ?!AMP?! # wrong position for &&
	flibble "not a # comment"
) &&

(cd foo &&
	flibble "not a # comment")