-
Notifications
You must be signed in to change notification settings - Fork 0
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
missing @enduml gives wrong error: "No @startuml found" #32
Comments
The message is now "No diagram found". |
Hi @fuhrmanator, and all, FYI that is now fixed by:
Then this issue can also be close. |
Sounds great! I can't see the test logs (expired) but I'm curious what the error says now. |
Now [since Jul 29, 2021] there is no error... Plantuml adds automaticaly the Enjoy, |
Someone might be disappointed to find out that their corrupted diagram (especially when it's generated code) doesn't produce an error. |
FYI this enhancement was here since Jul 29, 2021. |
If a piped text without
@enduml
is sent to the .jar, it creates an error image with a misleading error "No @startuml found". We found this in the VSCode plug-in, qjebbs/vscode-plantuml#265Here's how to reproduce it:
The error (for newbies) is confusing. Could it be fixed to report more info, e.g., "No @startuml/@enduml found"?
The text was updated successfully, but these errors were encountered: