-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Newline] Possible regression bug (due to new newline management)? #2094
Comments
Thanks for the minimal example, but unfortunately, it's not really minimal :-) The From what I'm understanding, the |
Hello all, @kirchsth have you a more minimal example? Otherwise just to see the new newline char, here is some hints: @startuml
!include <C4/C4.puml>
AddBoundaryTag("v1", $bgColor="lightgreen", $fontColor="green", $borderColor="green")
System_Boundary(c1, "Internet Banking", $tags="v1") {
}
@enduml
Where you can see Regards, |
Can't see where the bug comes from.. but at least there is a bug on the preproc... I open an issue about the prerpoc... |
Thank you @arnaudroques and @The-Lum for the fast fix and the detailed analysis. |
Context
To follow:
Bug observed
See all explanation of @kirchsth here:
Minimal not working example
New version
See
preproc
output...Versus old version (tested on V 1.2024.8)
Regards,
Th.
The text was updated successfully, but these errors were encountered: