Teoz: "& note over a, b" does not work (vs "& note over a" - does work)

0 votes
asked Sep 6, 2019 in Bug by mawi (620 points)

Hello, 
as always thanks for creating this awesome tool.
Here is a small issue I found:

Sequence diagrams, using teoz and notes:

  1. note over as normal, works! 
    • Ex: "note over controller"
    • also works spanning two or more participants
  2. & notation for note over also works, spanning one participant. 
    • Ex: "& note over controller"
  3. & notation for note spanning two or more participants does not work: 
    • Ex: "& note over controller, urlGen" - yields error

Example for #2, works: here
& note over controller - works

Example for #3, does not work: here

& note over controller, urlGen = error

BR! /marcus
 

1 Answer

0 votes
answered Sep 9, 2019 by plantuml (295,000 points)
selected Nov 27, 2019 by mawi
 
Best answer
Thanks for the feedback.

It should be fixed in last beta http://beta.plantuml.net/plantuml.jar

Tell us if it's working for you !
...