New activity diagram syntax error when using openicon

0 votes
asked Aug 28, 2019 in Bug by dlidstrom (240 points)
This simple activity diagram using the new syntax is failing due to syntax error:

@startuml

start

:* Item 1 <&x>
* Item 2;

stop

@enduml

See http://www.plantuml.com/plantuml/png/SoWkIImgAStDuU82ixYuhBGKF4jISnKC5MpKAkoue3mZQv22_08kBeVKl1IGUW00

1 Answer

0 votes
answered Aug 28, 2019 by plantuml (295,000 points)
selected Aug 30, 2019 by dlidstrom
 
Best answer
Thanks for the feedback.

This should be ok in last beta http://beta.plantuml.net/plantuml.jar
commented Aug 30, 2019 by dlidstrom (240 points)
Looks fine, thanks!
...