refactor(test): remove unused proof and channel helpers

This commit is contained in:
Vincent Koc
2026-06-18 18:00:38 +08:00
parent 68ead4dd80
commit 9f5c9b2e22
2 changed files with 0 additions and 40 deletions
@@ -267,10 +267,6 @@ export function extractRealBehaviorProofSections(body = "") {
return extractMarkdownSections(/^#{2,6}\s+real behavior proof\b[^\n]*$/im, body);
}
export function extractRealBehaviorProofSection(body = "") {
return extractRealBehaviorProofSections(body)[0] ?? "";
}
function extractOutOfScopeFollowUpsSection(body = "") {
return extractMarkdownSection(/^#{2,6}\s+out-of-scope follow-ups\b[^\n]*$/im, body);
}