mirror of
				https://github.com/mermaid-js/mermaid.git
				synced 2025-10-31 10:54:15 +01:00 
			
		
		
		
	#2425 Added new test case
This commit is contained in:
		| @@ -611,6 +611,16 @@ flowchart RL | ||||
|     ); | ||||
|   }); | ||||
|  | ||||
|   it('76: handle unicode encoded character with HTML labels true', () => { | ||||
|     imgSnapshotTest( | ||||
|       `flowchart TB | ||||
|       a{{"Lorem 'ipsum' dolor 'sit' amet, 'consectetur' adipiscing 'elit'."}} | ||||
|       --> b{{"Lorem #quot;ipsum#quot; dolor #quot;sit#quot; amet,#quot;consectetur#quot; adipiscing #quot;elit#quot;."}}     | ||||
|       `, | ||||
|       {htmlLabels: true, flowchart: {htmlLabels: true}, securityLevel: 'loose'} | ||||
|     ); | ||||
|   }); | ||||
|  | ||||
|     it('2050: handling of different rendering direction in subgraphs', () => { | ||||
|     imgSnapshotTest( | ||||
|       ` | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Ashish Jain
					Ashish Jain