1# LINT: 'for' loop cuddled with "(" and ")" and nested 'if' with complex
2# LINT: multi-line condition; indented with spaces, not tabs
3(for i in a b c; do
4if test "$(echo $(waffle bat))" = "eleventeen" &&
5test "$x" = "$y"; then
6:
7else
8echo >file
9fi
10done) &&
11test ! -f file