about summary refs log tree commit diff
path: root/third_party/git/t/chainlint/pipe.test
(
# LINT: no "&&" needed on line ending with "|"
	foo |
	bar |
	baz &&

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

	sunder
)