Merge branch 'tb/print-size-t-with-uintmax-format'
[git.git] / t / chainlint / pipe.test
blobe6af4de91672f9bb9736dc598ef49e3557672b3d
2 # LINT: no "&&" needed on line ending with "|"
3         foo |
4         bar |
5         baz &&
7 # LINT: final line of pipe sequence ('cow') lacking "&&"
8         fish |
9         cow
11         sunder