Left constraint for self-transitions is not taken into account in state diagrams

0 votes
asked Jan 9 in Bug by Philippe
PlantUML version : v1.2025.4

@startuml
[*] --> A
A -left-> A : left expected FAIL
A -right-> A : right expected
A --> [*]
@enduml

1 Answer

0 votes
answered Jan 14 by The-Lu (86,860 points)
...