7 lines
139 B
Text
7 lines
139 B
Text
test_expect_success 'here-doc-close-subshell' '
|
|
(
|
|
# LINT: line contains here-doc and closes nested subshell
|
|
cat <<-\INPUT)
|
|
fizz
|
|
INPUT
|
|
'
|