Sign in
code
/
git
/
2beccb38fccb1f5a0cf709e1dcd6f5970b123c7e
/
.
/
t
/
chainlint
/
cuddled-if-then-else.test
blob: b1b42e1aac8d90b2894f70c65de897247baec9f9 [
file
]
test_expect_success
'cuddled-if-then-else'
'
# LINT: "if" cuddled with "(" and ")"; indented with spaces, not tabs
(if test -z ""; then
echo empty
else
echo bizzy
fi) &&
echo foobar
'