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