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

13 lines
121 B
Plaintext

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