blob: 93e8ba8e4d9acdefcd9f6e716c6e109cf790ee45 [file] [log] [blame]
(
if true
then
while true
do
# LINT: missing "&&" on 'echo'
echo "pop"
echo "glup"
# LINT: missing "&&" on 'done'
done
foo
# LINT: missing "&&" on 'fi'
fi
bar
)