Add more test cases

This commit is contained in:
Ibrahim Wassouf 2023-07-08 17:46:28 -03:00
parent c59fee8de2
commit e127b146e9

View File

@ -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) {