component with long comment with "as"

0 votes
asked Feb 26, 2018 in Bug by boshka (3,940 points)
shouldn't this work?

@startuml

component a [This component
has a long comment
on several lines
] as a {

}
@enduml

1 Answer

+1 vote
answered Feb 27, 2018 by Serge Wenger Work (15,620 points)
selected Feb 27, 2018 by boshka
 
Best answer

This work:

@startuml
component "This component\nhas a long comment\non several lines" as a {

}
@enduml

commented Feb 27, 2018 by boshka (3,940 points)
many thanks!
...