git/t/chainlint/close-nested-and-parent-together.test

test_expect_success 'close-nested-and-parent-together' '
(cd foo &&
	(bar &&
		baz))
'