about summary refs log tree commit diff
path: root/third_party/git/t/chainlint/command-substitution.expect
(
	foo &&
	bar=$(gobble) &&
	baz
>) &&
(
?!AMP?!	bar=$(gobble blocks)
	baz
>)