Skip to content

Commit 35095b6

Browse files
Adding tests for #411
1 parent e93972f commit 35095b6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/git_ansi_color.pl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
compare_color("\e[30;47m" , git_ansi_color("0 7") , "0 7");
2424
compare_color("\e[94;105m" , git_ansi_color("12 13") , "12 13");
2525
compare_color("\e[1;38;5;254;48;5;255m", git_ansi_color("254 bold 255") , "254 bold 255");
26+
compare_color("\e[1;38;5;238;42m" , git_ansi_color("238 bold green") , "238 bold green");
27+
compare_color("\e[1;38;5;238;42m" , git_ansi_color("238 green bold") , "238 green bold");
2628

2729
###############################################################################
2830
###############################################################################

0 commit comments

Comments
 (0)