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