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

8 lines
139 B
Plaintext

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