Re: [PATCH 1/7] test: add merge style config test
From: Felipe Contreras <hidden>
Date: 2021-06-09 20:29:38
From: Felipe Contreras <hidden>
Date: 2021-06-09 20:29:38
Eric Sunshine wrote:
On Wed, Jun 9, 2021 at 3:29 PM Felipe Contreras [off-list ref] wrote:quoted
We want to test different combinations of merge.conflictstyle, and a new file is the best place to do that. Signed-off-by: Felipe Contreras <redacted> ---diff --git a/t/t6440-config-conflict-markers.sh b/t/t6440-config-conflict-markers.sh@@ -0,0 +1,44 @@ +fill () { + for i + do + echo "$i" + done +}This seems to duplicate the behavior of test_write_lines()...
Right, I'll update the patch. The above function is used in: t6440-config-conflict-markers.sh t7201-co.sh So those two probably should be updated. Cheers. -- Felipe Contreras