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

13 lines
149 B
Plaintext

2 (
3 if true
4 then
5 while true
6 do
7 echo "pop" ?!AMP?!
8 echo "glup" ?!LOOP?!
9 done ?!AMP?!
10 foo
11 fi ?!AMP?!
12 bar
13 )