Modify ↓
#9955 closed defect (fixed)
'comma' is not processed correctly
Reported by: | Owned by: | Ryan J Ollos | |
---|---|---|---|
Priority: | normal | Component: | PlantUmlMacro |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.12 |
Description
The following code shows no @startuml found
(see plantuml.png)
{{{ #!PlantUML @startuml note right of test : a, b @enduml }}}
while
{{{ #!PlantUML @startuml note right of test : a\, b @enduml }}}
shows the correct image (see plantuml2.png)
Attachments (2)
Change History (8)
Changed 13 years ago by
Attachment: | plantuml.png added |
---|
comment:1 Changed 13 years ago by
Owner: | changed from Álvaro Iradier to Ryan J Ollos |
---|---|
Status: | new → assigned |
Thank you for the report. I'm glad to know someone is using the plugin! I'll see if I can get this fixed today.
comment:2 Changed 13 years ago by
Also found that
{{{ #!PlantUML }}}
Would result in a list index out of range
error, rather than the proper No UML text defined! message.
comment:3 Changed 13 years ago by
comment:4 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:5 Changed 13 years ago by
[11478] seems to fix the issue. Please reopen if that is not the case for you.
Note: See
TracTickets for help on using
tickets.
invalid parsing