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