git/t/chainlint/while-loop.expect

12 lines
112 B
Plaintext
Raw Normal View History

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