summaryrefslogtreecommitdiff
path: root/t/chainlint/loop-in-if.expect
blob: e1be42376c5ef480c791222dc0cc75d4d01fe1ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
(
	if true
	then
		while true
		do
			echo "pop" ?!AMP?!
			echo "glup"
		done ?!AMP?!
		foo
	fi ?!AMP?!
	bar
)