We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c1d7d0 commit 7b3fd04Copy full SHA for 7b3fd04
packages/mermaid/src/diagrams/sequence/parser/sequenceDiagram.jison
@@ -84,7 +84,8 @@ accDescr\s*"{"\s* { this.begin("acc_descr_multili
84
\-\-[x] return 'DOTTED_CROSS';
85
\-[\)] return 'SOLID_POINT';
86
\-\-[\)] return 'DOTTED_POINT';
87
-":"(?:(?:no)?wrap:)?[^#\n;]+ return 'TXT';
+":"(?:(?:no)?wrap:)?[^#\n;]* return 'TXT';
88
+":" return 'TXT';
89
"+" return '+';
90
"-" return '-';
91
<<EOF>> return 'NEWLINE';
0 commit comments