summaryrefslogtreecommitdiffstats
path: root/t/chainlint/complex-if-in-cuddled-loop.expect
blob: e66bb2d5d01f4627366b13e44e414b73f531de7a (plain)
1
2
3
4
5
6
7
8
9
2 (for i in a b c; do
3    if test "$(echo $(waffle bat))" = "eleventeen" &&
4      test "$x" = "$y"; then
5      :
6    else
7      echo >file
8    fi ?!LINT: missing '|| exit 1'?!
9  done) &&
10 test ! -f file