about summary refs log blame commit diff
path: root/t/chainlint/pipe.test
blob: e6af4de91672f9bb9736dc598ef49e3557672b3d (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                                        
(
# LINT: no "&&" needed on line ending with "|"
	foo |
	bar |
	baz &&

# LINT: final line of pipe sequence ('cow') lacking "&&"
	fish |
	cow

	sunder
)