]> git.ipfire.org Git - thirdparty/git.git/blame - t/chainlint/loop-in-if.expect
t4108: remove git command upstream of pipe
[thirdparty/git.git] / t / chainlint / loop-in-if.expect
CommitLineData
1f718b0b
ES
1(
2 if true
3 then
4 while true
5 do
6?!AMP?! echo "pop"
7 echo "glup"
8?!AMP?! done
9 foo
10?!AMP?! fi
11 bar
12>)