git/t/chainlint/while-loop.expect

12 строки
104 B
Plaintext

(
while true
do
?!AMP?! echo foo
cat
?!AMP?! done
while true; do
echo foo &&
cat bar
done
>)