mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
Add more test cases
This commit is contained in:
parent
c59fee8de2
commit
e127b146e9
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user