Teoz doesn't work in a "group" or "alt".

+1 vote
asked Sep 13, 2017 in Bug by anonymous
retagged Sep 17, 2017 by plantuml
Teoz doesn't work in a "group" or "alt".

This works:
@startuml
!pragma teoz true
Alice -> Bob : hello
& Bob -> Charlie : hi
@enduml

 

This doesn't work:
@startuml
!pragma teoz true
group
Alice -> Bob : hello
& Bob -> Charlie : hi
end
@enduml
commented Oct 15, 2017 by mawi (620 points)
edited Feb 27, 2018 by mawi

Hello, here is the problem in an image:

Same as:

http://plantuml.sourceforge.net/qa/?qa=5101/%26-doesnt-work-inside-group

1 Answer

+1 vote
answered Jun 11, 2018 by plantuml (294,960 points)
Thanks for the report.

This has been fixed in last beta http://beta.plantuml.net/plantuml.jar
commented Jul 6, 2018 by mawi (620 points)
Fantastic! Thanks alot. (Since the image above is from the server, it no longer shows the issue. Its like it never existed ;-) )
...