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

Parenthesis in attribute #60

Closed
kylekatarnls opened this issue Aug 13, 2016 · 1 comment
Closed

Parenthesis in attribute #60

kylekatarnls opened this issue Aug 13, 2016 · 1 comment
Labels
Milestone

Comments

@kylekatarnls
Copy link
Member

I encountered an issue with the following code:

a(b=')')

I expected to get:

<a b=')'></a>

But I actually get:

<a>)'</a>

I will revise all the parentheses regular expression to handle string within them.

@kylekatarnls kylekatarnls added this to the 2.3 milestone Aug 13, 2016
@kylekatarnls
Copy link
Member Author

Merged, will be released on 2.3

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

1 participant