Albirew/nyaa-pantsu
Albirew
/
nyaa-pantsu
Archivé
1
0
Bifurcation 0

Update template_functions_test.go

Cette révision appartient à :
kilo 2017-11-01 09:25:48 +01:00 révisé par GitHub
Parent 1577d05197
révision 540a9cd296
Signature inconnue de Forgejo
ID de la clé GPG: 4AEE18F83AFDEB23
1 fichiers modifiés avec 0 ajouts et 5 suppressions

Voir le fichier

@ -681,11 +681,6 @@ func Teststrcmp(t *testing.T) {
TestString2: "loki",
Match: false,
},
{
TestString: "superkilo",
TestString2: "kilo",
Match: true,
},
}
for _, test := range tests {
value := strfind(test.TestString, test.TestString2, 0)