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

nested-subshell-comment.expect « chainlint « t - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9138cf386d359267143945d13c1882b0feb5c6f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
(
	foo &&
	(
		bar &&
		# bottles wobble while fiddles gobble
		# minor numbers of cows (or do they?)
		baz &&
		snaff
	) ?!AMP?!
	fuzzy
)