tvl-depot/third_party/git/t/chainlint/loop-in-if.expect
2020-01-11 23:40:29 +00:00

12 lines
110 B
Text

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