1
0
mirror of https://github.com/fatih/color.git synced 2025-02-16 18:34:39 +02:00
This commit is contained in:
Fatih Arslan 2014-02-18 01:06:54 -08:00
parent 53a67d05c4
commit db165dd21a

View File

@ -16,7 +16,7 @@ func TestColor(t *testing.T) {
testColors := []struct {
text string
code Parameter
code Attribute
}{
{text: "black", code: FgBlack},
{text: "red", code: FgRed},