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

Fix parsing of nested links #73

Merged
merged 1 commit into from
Jul 10, 2023
Merged

Conversation

sheremetyev
Copy link
Contributor

Enter event for LabelText should be inserted before existing events at the index in order to have correct nesting. Otherwise nested elements could have Enter event first and that would result in incorrect nesting in the tree when converting to AST.

Fixes #50

Enter event for LabelText should be inserted before existing events at the index in order
to have correct nesting. Otherwise nested elements could have Enter event first and that
would result in incorrect nesting in the tree when converting to AST.

Fixes wooorm#50
@wooorm wooorm merged commit ddbeb9c into wooorm:main Jul 10, 2023
@wooorm
Copy link
Owner

wooorm commented Jul 10, 2023

Thank you, released! :)

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 this pull request may close these issues.

Internal panic with nested links
2 participants