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', '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) {