Merge branch 'develop' into ipsep-cola

This commit is contained in:
Shubham P
2025-08-06 14:44:31 +05:30
committed by GitHub
19 changed files with 466 additions and 407 deletions

View File

@@ -512,4 +512,17 @@ describe('Class diagram', () => {
);
});
});
it('should handle backticks for namespace and class names', () => {
imgSnapshotTest(
`
classDiagram
namespace \`A::B\` {
class \`IPC::Sender\`
}
RenderProcessHost --|> \`IPC::Sender\`
`,
{}
);
});
});