Code & Deploy
Code
Models
Repos
Sign in
@leroysheep
/
Socializer
Socializer
/
t
/
chainlint
/
blank-line.test
Code
Commits
Pulls
CI/CD
81,972
jch
bisect
jch
maint
master
next
seen
test
todo
test
12 lines
217 Bytes
Copy permalink
Copy
Raw
1
test_expect_success
'blank-line'
'
2
(
3
4
nothing &&
5
6
something
7
# LINT: ignore blank lines since final _statement_ before subshell end is
8
# LINT: significant to "&&"-check, not final _line_ (which might be blank)
9
10
11
)
12
'