diff mbox series

[1/3] t/t4026-color: remove an extra double quote character

Message ID 20240429164849.78509-2-dev+git@drbeat.li (mailing list archive)
State Superseded
Headers show
Series color: add support for 12-bit RGB colors | expand

Commit Message

Beat Bolli April 29, 2024, 4:48 p.m. UTC
This is most probably just an editing left-over from cb357221a4 (t4026:
test "normal" color, 2014-11-20) which added this test.

Signed-off-by: Beat Bolli <dev+git@drbeat.li>
---
 t/t4026-color.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Jeff King April 30, 2024, 10:59 a.m. UTC | #1
On Mon, Apr 29, 2024 at 06:48:47PM +0200, Beat Bolli wrote:

> This is most probably just an editing left-over from cb357221a4 (t4026:
> test "normal" color, 2014-11-20) which added this test.

Yeah, I suspect that is correct. Modulo a minor comment I left on the
third patch, the whole series looks good to me.

-Peff
diff mbox series

Patch

diff --git a/t/t4026-color.sh b/t/t4026-color.sh
index cc3f60d468f4..37622451fc23 100755
--- a/t/t4026-color.sh
+++ b/t/t4026-color.sh
@@ -112,7 +112,7 @@  test_expect_success '"default" can be combined with attributes' '
 	color "default default no-reverse bold" "[1;27;39;49m"
 '
 
-test_expect_success '"normal" yields no color at all"' '
+test_expect_success '"normal" yields no color at all' '
 	color "normal black" "[40m"
 '