git/t/chainlint/loop-in-if.expect

2 (
3 	if true
4 	then
5 		while true
6 		do
7 			echo "pop" ?!AMP?!
8 			echo "glup" ?!LOOP?!
9 		done ?!AMP?!
10 		foo
11 	fi ?!AMP?!
12 	bar
13 )