bd sync: 2025-11-09 14:53:59

This commit is contained in:
Steve Yegge
2025-11-09 14:53:59 -08:00
parent d482d9ea6e
commit 83472aca3d
9 changed files with 288 additions and 143 deletions

View File

@@ -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)
},
}