summaryrefslogtreecommitdiff
path: root/t/chainlint/while-loop.expect
blob: 0d3a9b3d128940a9515d9924964e9efeeaf48152 (plain)
1
2
3
4
5
6
7
8
9
10
11
(
	while true
	do
		echo foo ?!AMP?!
		cat <<-EOF
	done ?!AMP?!
	while true; do
		echo foo &&
		cat bar
	done
)