Hello PlantUML team,
Just a minor issue.
With break functionality, the label of the last condition seems to be not on the good place.
With break (that is KO : the 'no' label should be above):
[see on PlantUML server]
Without break (that is OK):
[See...]
Thanks for your support,Regards,Th.
From PlantUML change (V1.2020.20) it seems that is corrected; but we observe always the issue:
Thank for your support,Regards,Th.
A workaround is to use this syntax:
Hello M.,
Thank you very much, it is also the good syntax.I will update the doc accordingly.
Regards,Th.
(--------)
Turning my comment into an answer, as The seems happy with it.
Syntax to label the exit from repeatwhile is:
repeat while (Something went wrong with long text?) is (yes) not (<back:green> no)
Thank you (and PlantUML) very much , it is also the good syntax: to clearly distinguish the 2 labels:
'... repeat while (4) is (4-0) not (4-<>) -><>-6; :6; '...