loop-in-if.expect   [plain text]


(
	if true
	then
		while true
		do
?!AMP?!			echo "pop"
			echo "glup"
?!AMP?!		done
		foo
?!AMP?!	fi
	bar
>)