mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-26 15:44:12 +01: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