summaryrefslogtreecommitdiff
path: root/t/chainlint/if-in-loop.expect
blob: 03d3ceb22d8971ddad5c81c1c5a7714d7f988f8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
(
	for i in a b c
	do
		if false
		then
?!AMP?!			echo "err"
			exit 1
?!AMP?!		fi
		foo
?!AMP?!	done
	bar
>)