New activity syntax: two arrows don't go to a single activity

+1 vote
asked Dec 12, 2014 in Bug by Human (120 points)

Issue 2429 was originally reported as a wish list item, but it's a regression in the new syntax.

In the old syntax, this will send two arrows to "run command":

@startuml
(*)  --> "check input"
If "input is verbose" then
--> [Yes] "turn on verbosity"
--> "run command"
else
--> "run command"
Endif
-->(*)
@enduml

In the new syntax, there will be two "run command" boxes instead. It seems that every string counts as unique, even if its contents are identical.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:

[Antispam2 Feature: please please wait 1 or 2 minutes (this message will disappear) before pressing the button otherwise it will fail](--------)
To avoid this verification in future, please log in or register.
...