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

inline-comment.expect « chainlint « t - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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")