Code & Deploy
Code
Models
Repos
Sign in
@leroysheep
/
Socializer
Socializer
/
t
/
chainlint
/
broken-chain.test
Code
Commits
Pulls
CI/CD
81,841
master
bisect
jch
maint
master
next
seen
test
todo
test
10 lines
168 Bytes
Copy permalink
Copy
Raw
1
test_expect_success
'broken-chain'
'
2
(
3
foo &&
4
# LINT: missing "&&" from "bar"
5
bar
6
baz &&
7
# LINT: final statement before closing ")" legitimately lacks "&&"
8
wop
9
)
10
'