blob: 8b7ab6eb5f6cf5c5c0472aa356217545bf296e2b [file] [log] [blame]
test_expect_success 'empty-here-doc' '
git ls-tree $tree path >current &&
# LINT: empty here-doc
cat >expected <<\EOF &&
EOF
test_output
'