Jeff King | a5e4501 | 2024-07-10 04:34:48 -0400 | [diff] [blame] | 1 | test_expect_success 'empty-here-doc' ' |
Eric Sunshine | 5606652 | 2022-09-01 00:29:52 +0000 | [diff] [blame] | 2 | git ls-tree $tree path >current && |
3 | # LINT: empty here-doc | ||||
4 | cat >expected <<\EOF && | ||||
5 | EOF | ||||
6 | test_output | ||||
Jeff King | a5e4501 | 2024-07-10 04:34:48 -0400 | [diff] [blame] | 7 | ' |