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 matching boolean attribute with empty value #5

Merged
merged 1 commit into from
May 7, 2016

Conversation

mjj2000
Copy link
Contributor

@mjj2000 mjj2000 commented May 7, 2016

If you use any boolean attribute contains upper-case char with empty value, it doesn't work correctly.

For example ...

Source HTML

<video autoPlay>...</video>

Result

<video>...</video>

Expected Result

<video autoPlay="autoPlay">...</video>

@coveralls
Copy link

coveralls commented May 7, 2016

Coverage Status

Coverage remained the same at 100.0% when pulling 1edc2d0 on mjj2000:fix-boolean-attribute into 86d876c on wrakky:master.

@peternewnham peternewnham merged commit badcc37 into peternewnham:master May 7, 2016
@peternewnham
Copy link
Owner

Thanks!

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.

None yet

3 participants