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