test pass with underscore in a class name

This commit is contained in:
Louis Frament 2019-10-29 17:39:15 +01:00
parent c4436b7a1e
commit 427aea73e7
1 changed files with 1 additions and 1 deletions

View File

@ -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' +