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

11 lines
104 B
Text

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