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 AttributeList kind AST case #759

Merged
merged 1 commit into from
Jan 2, 2023
Merged

Conversation

kamiazya
Copy link
Member

@kamiazya kamiazya commented Jan 2, 2023

What was a problem

Fixes #756

How this PR fixes the problem

Fix Parser.

Check lists (check x in [ ] of list items)

  • Test passed
  • Coding style (indentation, etc)

Additional Comments (if any)

Special thanks for @diegoquinteiro !

@kamiazya kamiazya self-assigned this Jan 2, 2023
@kamiazya kamiazya added the bug Something isn't working label Jan 2, 2023
@kamiazya kamiazya merged commit 584eb2a into main Jan 2, 2023
@kamiazya kamiazya deleted the fix-attribute-list-kind-ast branch January 2, 2023 02:27
@kamiazya
Copy link
Member Author

kamiazya commented Jan 2, 2023

fix #756

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AttributeList parser misses all properties
1 participant