Raw
1 test_expect_success 'here-doc-close-subshell' '
2 (
3 # LINT: line contains here-doc and closes nested subshell
4 cat <<-\INPUT)
5 fizz
6 INPUT
7 '