blob: 8b7ab6eb5f6cf5c5c0472aa356217545bf296e2b [file] [log] [blame]
Jeff Kinga5e45012024-07-10 04:34:48 -04001test_expect_success 'empty-here-doc' '
Eric Sunshine56066522022-09-01 00:29:52 +00002git ls-tree $tree path >current &&
3# LINT: empty here-doc
4cat >expected <<\EOF &&
5EOF
6test_output
Jeff Kinga5e45012024-07-10 04:34:48 -04007'