mirror of
				https://github.com/mermaid-js/mermaid.git
				synced 2025-11-04 04:44:08 +01:00 
			
		
		
		
	Merge branch 'develop' into knsv/mindmap-refactoring
This commit is contained in:
		@@ -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\`
 | 
			
		||||
      `,
 | 
			
		||||
      {}
 | 
			
		||||
    );
 | 
			
		||||
  });
 | 
			
		||||
});
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user