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',
|
'classDiagram-v2',
|
||||||
'namespace',
|
'namespace',
|
||||||
'{}',
|
'{}',
|
||||||
|
'{',
|
||||||
|
'}',
|
||||||
'()',
|
'()',
|
||||||
|
'(',
|
||||||
|
')',
|
||||||
|
'[]',
|
||||||
|
'[',
|
||||||
|
']',
|
||||||
'class',
|
'class',
|
||||||
'\n',
|
'\n',
|
||||||
'cssClass',
|
'cssClass',
|
||||||
@ -305,10 +312,10 @@ class C13["With Città foreign language"]
|
|||||||
'.',
|
'.',
|
||||||
'+',
|
'+',
|
||||||
'alphaNum',
|
'alphaNum',
|
||||||
'[',
|
|
||||||
']',
|
|
||||||
'!',
|
'!',
|
||||||
'0123',
|
'0123',
|
||||||
|
'function()',
|
||||||
|
'function(arg1, arg2)',
|
||||||
];
|
];
|
||||||
|
|
||||||
it.each(keywords)('should handle a note with %s in it', function (keyword: string) {
|
it.each(keywords)('should handle a note with %s in it', function (keyword: string) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user