Component Regression with version 1.2021.01beta7

0 votes
asked Jan 29, 2021 in Bug by Serge Wenger Work (15,620 points)

Hello,
I have a test with alll components. It is no more working with version 1.2021.01beta7. It was OK with version 1.2021.01beta3

PlantUML diagram

commented Jan 29, 2021 by albert (3,520 points)
What is the code of the problem? The image says "Diagram Source" and a QR (?) code but I don't know how to get to the code (and I would anyway never try to decode such a QR code).

Looks like the code is 27 lines so easy to publish here.
commented Jan 29, 2021 by The-Lu (63,920 points)

Hello all,

In fact, it's "label" that's the problem... Regression on "label" component...

Here are some minimal example :

@startuml
label label
@enduml

@startuml
label label [[{label}]]
@enduml

Thanks PlantUML for your support,
Regards,
Th.

commented Jan 29, 2021 by Serge Wenger Work (15,620 points)
edited Jan 29, 2021 by Serge Wenger Work

@albert: you are right: I was a little busy and the full example with all components is here

@The-Lu: Thanks for the minimal example

I create my own set of sample diagram, but an "automatic test" to detect this kind of regressions would be nice

commented Jan 29, 2021 by The-Lu (63,920 points)

Hello all,

Here is a funny workaround wink, with adding empty style:

<style>
</style>


[See on PlantUML online server]

Regrads,
Th.

1 Answer

0 votes
answered Feb 2, 2021 by plantuml (294,960 points)
Thanks for the report.

This should be fixed in last release V1.2021.1
...