git/t/chainlint/here-doc-close-subshell.test

test_expect_success 'here-doc-close-subshell' '
(
# LINT: line contains here-doc and closes nested subshell
	cat <<-\INPUT)
	fizz
	INPUT
'