mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-11 19:39:43 +02:00
test pass with underscore in a class name
This commit is contained in:
@@ -64,7 +64,7 @@ describe('class diagram, ', function() {
|
|||||||
it('should handle parsing of method statements grouped by brackets', function() {
|
it('should handle parsing of method statements grouped by brackets', function() {
|
||||||
const str =
|
const str =
|
||||||
'classDiagram\n' +
|
'classDiagram\n' +
|
||||||
'class Dummy {\n' +
|
'class Dummy_Class {\n' +
|
||||||
'String data\n' +
|
'String data\n' +
|
||||||
' void methods()\n' +
|
' void methods()\n' +
|
||||||
'}\n' +
|
'}\n' +
|
||||||
|
Reference in New Issue
Block a user