Bug }-- doesn't work [using PlantUML Version 8054]

0 votes
asked Jan 26, 2017 in Bug by ali (120 points)

Thanks for this fantastic software

I have PlantUML Version 8054 and when I try your sample code 

 

@startuml
Class21 #-- Class22
Class23 x-- Class24
Class25 }-- Class26
Class27 +-- Class28
Class29 ^-- Class30
@enduml

I get an error at }--

Thanks for looking into this

1 Answer

0 votes
answered Jan 26, 2017 by plantuml (295,000 points)

Thanks for the report.

However, your example seems to work on the online server with V8054:

http://www.plantuml.com/plantuml/uml/SoWkIImgAStDuNBEIImkDZ9KKDRLLO2mZQ1YnWeLS34Jg9YfGYrSp0mgPgwW3HUpW8fPAiJ1n8mDk1nIyrA0TW40

Could you double-check that you are using V8054?

You can use the following diagram to do such a check:

@startuml
version
@enduml

Thanks!
 

...