Using '&' for parallel messages with Teoz engine doesn't work inside a group

+1 vote
asked Jul 2, 2017 in Bug by anonymous

For example:

@startuml

!pragma teoz true
Alice -> Bob : hello
& Charlie -> Bob : hi
 
group Friends
 
Alice -> Bob : hello
& Charlie -> Bob : hi
 
end
@enduml
 
In the above, the first two arrows are correctly rendered parallel; the second aren't.
 
Thanks!

1 Answer

0 votes
answered Jul 6, 2018 by mawi (620 points)
commented Nov 9, 2018 by anonymous
A minor bug, when teoz feature is used it break newpage & alt features.
Is there a teoz end concept so that it can be interpreted and not carried through the rest of the sequence diagram
...