Update to Linguist v7.16.1

This commit is contained in:
Lauris BH
2021-09-25 19:42:06 +03:00
parent 0ae768336f
commit 0affa3ccca
31 changed files with 35077 additions and 26328 deletions

View File

@ -217,7 +217,7 @@ func TestGetColor(t *testing.T) {
{name: "TestGetColor_1", language: "Go", expected: "#00ADD8"},
{name: "TestGetColor_2", language: "SomeRandom", expected: "#cccccc"},
{name: "TestGetColor_3", language: "HTML", expected: "#e34c26"},
{name: "TestGetColor_4", language: "HTML+PHP", expected: "#e34c26"},
{name: "TestGetColor_4", language: "HTML+PHP", expected: "#4f5d95"},
}
for _, test := range tests {