Code & Deploy
Code
Models
Repos
Sign in
@leroysheep
/
Socializer
Socializer
/
t
/
chainlint
/
if-condition-split.test
Code
Commits
Pulls
CI/CD
82,128
seen
bisect
jch
maint
master
next
seen
test
todo
test
10 lines
184 Bytes
Copy permalink
Copy
Raw
1
test_expect_success
'if-condition-split'
'
2
# LINT: "if" condition split across multiple lines at "&&" or "||"
3
if bob &&
4
marcia ||
5
kevin
6
then
7
echo "nomads"
8
echo "for sure"
9
fi
10
'