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: be4b27a305bec54678ae4669a1666405ec06f966 (plain)
1
2
3
4
5
6
7
8
9
(
	foo &&
	(
		bar &&
		baz &&
		snaff
	) ?!AMP?!
	fuzzy
)