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 attribute parsing #945

Merged
merged 5 commits into from
Oct 30, 2022
Merged

Fix attribute parsing #945

merged 5 commits into from
Oct 30, 2022

Conversation

colinodell
Copy link
Member

As discovered in #943 and #944, unquoted attribute parsing sometimes consumes the trailing curly brace as part of the attribute value, causing the lazy check for the brace to fail. This PR adjusts the parsing logic to match and extract the inner attributes from the { ... } syntax first to avoid this.

@colinodell colinodell added the bug Something isn't working right label Oct 30, 2022
@colinodell colinodell self-assigned this Oct 30, 2022
@colinodell colinodell linked an issue Oct 30, 2022 that may be closed by this pull request
@colinodell colinodell merged commit 5d77bca into 2.3 Oct 30, 2022
@colinodell colinodell deleted the fix-attribute-parsing branch October 30, 2022 16:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working right
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow simplified input for attribute values
2 participants