We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
Just ran into this weird bug:
$('<form method="post"><input name="url" type="hidden" value="http://www.domain.com/?id=770&#anchor"></form>').serializeArray() [ { name: 'url', value: 'http://www.domain.com/?id=7700&#anchor' } ]
Notice how 770, gets transformed to 7700!
The text was updated successfully, but these errors were encountered:
Nice catch. That's a parser bug, moved to fb55/htmlparser2#125.
Sorry, something went wrong.
No branches or pull requests
Hi,
Just ran into this weird bug:
Notice how 770, gets transformed to 7700!
The text was updated successfully, but these errors were encountered: