Git 2.46
[git.git] / t / chainlint / complex-if-in-cuddled-loop.expect
blob3a740103db19f675c09d382da83b64f8d8647e36
1 2 (for i in a b c; do
2 3    if test "$(echo $(waffle bat))" = "eleventeen" &&
3 4      test "$x" = "$y"; then
4 5      :
5 6    else
6 7      echo >file
7 8    fi ?!LOOP?!
8 9  done) &&
9 10 test ! -f file