A space inside a quoted string influences the package representation.

0 votes
asked Feb 23, 2020 in Bug by lockywolf (400 points)

Hello! I have the following situation:

  @startuml
  component guess as guess
  package "good-enough?" as goodenough {
  }
  guess -right-> goodenough
  package "improve" as improve {
  }
  improve -right-> guess
  @enduml

Which looks like this:

If I add a blank space inside the "improve" quoted string, I am getting:

@startuml
component guess as guess
package "good-enough?" as goodenough {
}
guess -right-> goodenough
package "improve " as improve {
}
improve -right-> guess
@enduml

You can see the appearance of another "Improve" inside the package. I think this is a bug, and changes inside quoted strings should not add additional image elements. I am using the last release of PlantUML on SourceForge.

Also, it seems that "improve" is capitalized, but I am not very sure, since it may be a failure of my fonts.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:

[Antispam2 Feature: please please wait 1 or 2 minutes (this message will disappear) before pressing the button otherwise it will fail](--------)
To avoid this verification in future, please log in or register.
...