Skip to content

Conversation

@rayd
Copy link
Contributor

@rayd rayd commented May 11, 2016

Makes sure that we correctly parse attributes with quotation marks in them. For example inline event listeners:

<div onclick="alert('hi!')">Click me!</div>

The old regex didn't like that at all. The new one should effectively capture whatever is between " " or ' ' and use that as the attr value.

@kranges kranges mentioned this pull request Aug 6, 2019
@pconerly
Copy link
Collaborator

pconerly commented Nov 4, 2019

I've verified in #32 that this bug was fixed in #28, closing!

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.

2 participants