about summary refs log tree commit diff
path: root/third_party/git/t/chainlint/close-subshell.test
# LINT: closing ")" with various decorations ("&&", ">", "|", etc.)
(
	foo
) &&
(
	bar
) >out &&
(
	baz
) 2>err &&
(
	boo
) <input &&
(
	bip
) | wuzzle &&
(
	bop
) | fazz \
	fozz &&
(
	bup
) |
fuzzle &&
(
	yop
)