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

13 строки
110 B
Plaintext

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