test and fix parsehashkey

This commit is contained in:
Bel LaPointe
2026-02-04 09:39:49 -07:00
parent 930ff1a093
commit 262e432344
2 changed files with 22 additions and 0 deletions

View File

@@ -141,6 +141,7 @@ func parseHashKey(raw []byte) string {
}
return string(matches[j][1])
}
return string(matches[i][1])
}
}
return ""