mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-20 15:59:51 +02:00
remove whitespace to adhere to standards
This commit is contained in:
@@ -422,7 +422,7 @@ describe('when parsing a sequenceDiagram', function () {
|
|||||||
'else isSick\n' +
|
'else isSick\n' +
|
||||||
'Bob-->Alice: Feel sick...\n' +
|
'Bob-->Alice: Feel sick...\n' +
|
||||||
'else default\n' +
|
'else default\n' +
|
||||||
'Bob-->Alice: :-)\n' +
|
'Bob-->Alice: :-)\n' +
|
||||||
'end'
|
'end'
|
||||||
parser.parse(str)
|
parser.parse(str)
|
||||||
const messages = parser.yy.getMessages()
|
const messages = parser.yy.getMessages()
|
||||||
|
Reference in New Issue
Block a user