summaryrefslogtreecommitdiff
path: root/t/chainlint/here-doc-close-subshell.test
blob: 2458f3323b4952e069a385b20d135f6b668991a9 (plain)
1
2
3
4
5
6
7
test_expect_success 'here-doc-close-subshell' '
(
# LINT: line contains here-doc and closes nested subshell
	cat <<-\INPUT)
	fizz
	INPUT
'