test and fix parsehashkey
This commit is contained in:
@@ -141,6 +141,7 @@ func parseHashKey(raw []byte) string {
|
||||
}
|
||||
return string(matches[j][1])
|
||||
}
|
||||
return string(matches[i][1])
|
||||
}
|
||||
}
|
||||
return ""
|
||||
|
||||
Reference in New Issue
Block a user