mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-12 11:59:39 +02:00
Corrected typo in test
This commit is contained in:
@@ -50,7 +50,7 @@ describe('class diagram, ', function() {
|
|||||||
'TestClass : #int protectedMember\n' +
|
'TestClass : #int protectedMember\n' +
|
||||||
'TestClass : -privateMethod()\n' +
|
'TestClass : -privateMethod()\n' +
|
||||||
'TestClass : +publicMethod()\n' +
|
'TestClass : +publicMethod()\n' +
|
||||||
'TestClass : #protectedMethod()\n' +
|
'TestClass : #protectedMethod()\n';
|
||||||
|
|
||||||
parser.parse(str);
|
parser.parse(str);
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user