bd sync: 2025-11-09 14:53:59
This commit is contained in:
@@ -322,9 +322,9 @@ func TestExtractIssuePrefix(t *testing.T) {
|
||||
expected: "bd",
|
||||
},
|
||||
{
|
||||
name: "hyphenated prefix",
|
||||
name: "multi-part suffix",
|
||||
issueID: "alpha-beta-1",
|
||||
expected: "alpha-beta",
|
||||
expected: "alpha", // Only first hyphen (bd-fasa)
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user