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

13 lines
112 B
Plaintext
Raw Normal View History

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