Merge branch 'cp/git-flush-is-an-env-bool'
[alt-git.git] / t / chainlint / loop-in-if.expect
blob6c5d6e5b2438ef826b15b45de67544f72f633543
2         if true
3         then
4                 while true
5                 do
6                         echo "pop" ?!AMP?!
7                         echo "glup" ?!LOOP?!
8                 done ?!AMP?!
9                 foo
10         fi ?!AMP?!
11         bar