The processor is still doing **** caveats. Added test case for it but can't fix it at the moment.
This commit is contained in:
@@ -56,8 +56,12 @@ fixtures.forEach(fixtureId => {
|
||||
|
||||
const parsedIssues = parseIssuesFromHtmlTable(inputHtml);
|
||||
|
||||
// Extract type from folder name (e.g., "PAA-25.6.2-known" → "Known")
|
||||
const typeFromFolder = fixtureId.split('-').pop().toLowerCase();
|
||||
const capitalizedType = typeFromFolder.charAt(0).toUpperCase() + typeFromFolder.slice(1);
|
||||
|
||||
const markdown = buildIssueMarkdownDocument({
|
||||
type: metadata.type,
|
||||
type: capitalizedType,
|
||||
product: metadata.product,
|
||||
version: metadata.version,
|
||||
issues: parsedIssues
|
||||
|
||||
Reference in New Issue
Block a user