mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-20 15:59:51 +02:00
Add more test cases
This commit is contained in:
@@ -271,7 +271,14 @@ class C13["With Città foreign language"]
|
||||
'classDiagram-v2',
|
||||
'namespace',
|
||||
'{}',
|
||||
'{',
|
||||
'}',
|
||||
'()',
|
||||
'(',
|
||||
')',
|
||||
'[]',
|
||||
'[',
|
||||
']',
|
||||
'class',
|
||||
'\n',
|
||||
'cssClass',
|
||||
@@ -305,10 +312,10 @@ class C13["With Città foreign language"]
|
||||
'.',
|
||||
'+',
|
||||
'alphaNum',
|
||||
'[',
|
||||
']',
|
||||
'!',
|
||||
'0123',
|
||||
'function()',
|
||||
'function(arg1, arg2)',
|
||||
];
|
||||
|
||||
it.each(keywords)('should handle a note with %s in it', function (keyword: string) {
|
||||
|
Reference in New Issue
Block a user