git/t/chainlint/pipe.test

13 lines
153 B
Plaintext

(
# LINT: no "&&" needed on line ending with "|"
foo |
bar |
baz &&
# LINT: final line of pipe sequence ("cow") lacking "&&"
fish |
cow
sunder
)