about summary refs log tree commit diff
path: root/third_party/git/t/chainlint/loop-in-if.expect
(
	if true
	then
		while true
		do
?!AMP?!			echo "pop"
			echo "glup"
?!AMP?!		done
		foo
?!AMP?!	fi
	bar
>)