Code & Deploy
Code
Models
Repos
Sign in
@leroysheep
/
Socializer
Socializer
/
t
/
chainlint
/
pipe.test
Code
Commits
Pulls
CI/CD
82,037
test
bisect
jch
maint
master
next
seen
test
todo
test
14 lines
184 Bytes
Copy permalink
Copy
Raw
1
test_expect_success
'pipe'
'
2
(
3
# LINT: no "&&" needed on line ending with "|"
4
foo |
5
bar |
6
baz &&
7
8
# LINT: final line of pipe sequence ("cow") lacking "&&"
9
fish |
10
cow
11
12
sunder
13
)
14
'