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

Nodes are not correctly split after a multiline comment #39

Closed
bartTC opened this issue Mar 4, 2021 · 1 comment · Fixed by #40
Closed

Nodes are not correctly split after a multiline comment #39

bartTC opened this issue Mar 4, 2021 · 1 comment · Fixed by #40

Comments

@bartTC
Copy link

bartTC commented Mar 4, 2021

This text:

Test
 Test 2
  Test 3
 Test 4

/*
Multiline Comment
*/

Test
 Test 2
  Test 3
 Test 4

Will result in this graph:

download

@rob-gordon
Copy link
Member

Thanks for finding this. Going to work on a fix right now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants