closed break in Activity diagram regression

0 votes
asked Nov 6, 2017 in To be sorted by Serge Wenger Work (15,620 points)
closed Nov 7, 2017 by plantuml

Hello,

This little sample is working with the "www.plantuml.com" version (.2017.19beta12), but not with last beta (1.2017.19beta17):

@startuml

start

repeat

'  :Test something;

    if (Something went wrong?) then (no)

      :OK;

  ' comment break and there is no more problem

      break

    endif

repeat while (Something went wrong with long text?) is (yes)

stop

@enduml

http://www.plantuml.com/plantuml/png/ROun3i8m34LdSeg_jRq27JW00mDS8AKkYThObMCfS7lIgcnuUhBUjtysh-QKLlBc6k3ye6p8aiX2v5VlK2TEQE-_5GgneQZmwzB10Z5QbcuNQ_vsxTq9QF2Kb3PpK3_3yxYfIeWPB4XISLKP5af7Sb3oyyx4OvoEJYWXBlJ_FKgqW6KZexVLDlLu-w7SkMooVW40

closed with the note: Fixed

1 Answer

0 votes
answered Nov 6, 2017 by plantuml (295,000 points)
selected Nov 6, 2017 by Serge Wenger Work
 
Best answer
Sorry about the regression and thanks about the feedback.

Should be ok in last beta (20) http://beta.plantuml.net/plantuml.jar
commented Nov 6, 2017 by Serge Wenger Work (15,620 points)
OK it is working
...