close-subshell.test   [plain text]


# LINT: closing ")" with various decorations ("&&", ">", "|", etc.)
(
	foo
) &&
(
	bar
) >out &&
(
	baz
) 2>err &&
(
	boo
) <input &&
(
	bip
) | wuzzle &&
(
	bop
) | fazz \
	fozz &&
(
	bup
) |
fuzzle &&
(
	yop
)