Re: [PATCH 3/9] t1300: avoid relying on a bug
From: Jeff King <hidden>
Date: 2018-03-29 19:43:20
From: Jeff King <hidden>
Date: 2018-03-29 19:43:20
On Thu, Mar 29, 2018 at 05:18:45PM +0200, Johannes Schindelin wrote:
The test case 'unset with cont. lines' relied on a bug that is about to be fixed: it tests *explicitly* that removing the last entry from a config section leaves an *empty* section behind. Let's fix this test case not to rely on that behavior, simply by preventing the section from becoming empty.
Seems like a good solution. I don't think we care in particular about testing a multi-line value at the end of the file. -Peff