git/t/chainlint/while-loop.expect

12 строки
112 B
Plaintext

(
while true
do
echo foo ?!AMP?!
cat <<-EOF
done ?!AMP?!
while true; do
echo foo &&
cat bar
done
)