We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Following plant file fails:
@startuml ' this is a comment class A class B A --|> B @enduml
with message:
Error parsing input file: SyntaxError: Expected "@enduml", "abstract ", "class ", "hide empty members", "namespace ", "package ", "setpropname.*", "skinparam", "title ", [ \t], [#], [+], [-], [A-Za-z_], [\n] or [\r\n] but "'" found.
Tested with upstream code
The text was updated successfully, but these errors were encountered:
This is probably due to the comment tag, I can fix this within the week. Will close this issue when completed.
Sorry, something went wrong.
This should be fixed by
d085f96
Add integration test for comment file provided in issue #8
05ecfbf
I added an integration test with the sample file you provided. You should be good to go. Thanks for the help.
bafolts
No branches or pull requests
Following plant file fails:
with message:
Tested with upstream code
The text was updated successfully, but these errors were encountered: