Skip to content
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

plantuml-code-generator can't handle comments #8

Closed
sruehl opened this issue Apr 1, 2016 · 3 comments
Closed

plantuml-code-generator can't handle comments #8

sruehl opened this issue Apr 1, 2016 · 3 comments
Assignees
Labels

Comments

@sruehl
Copy link

sruehl commented Apr 1, 2016

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

@bafolts bafolts added the bug label Apr 4, 2016
@bafolts bafolts self-assigned this Apr 4, 2016
@bafolts
Copy link
Owner

bafolts commented Apr 4, 2016

This is probably due to the comment tag, I can fix this within the week. Will close this issue when completed.

@bafolts
Copy link
Owner

bafolts commented Apr 9, 2016

This should be fixed by

d085f96

@bafolts
Copy link
Owner

bafolts commented Apr 9, 2016

I added an integration test with the sample file you provided. You should be good to go. Thanks for the help.

@bafolts bafolts closed this as completed Apr 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants