7 lines
139 B
Text
7 lines
139 B
Text
test_expect_success 'empty-here-doc' '
|
|
git ls-tree $tree path >current &&
|
|
# LINT: empty here-doc
|
|
cat >expected <<\EOF &&
|
|
EOF
|
|
test_output
|
|
'
|