summaryrefslogtreecommitdiff
path: root/t/chainlint/multi-line-nested-command-substitution.expect
blob: 19c023b1c871daa34df20735ca848a454bf647bc (plain)
1
2
3
4
5
6
7
8
9
(
	foo &&
	x=$(
		echo bar |
		cat
>>	) &&
	echo ok
>) |
sort