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

Quote-less href values are truncated #68

Open
charliermarsh opened this issue Aug 14, 2024 · 0 comments · May be fixed by #69
Open

Quote-less href values are truncated #68

charliermarsh opened this issue Aug 14, 2024 · 0 comments · May be fixed by #69

Comments

@charliermarsh
Copy link

If you open this page (https://iree.dev/pip-release-links.html), you'll see nodes like:

<a href=https://github.com/iree-org/iree/releases/download/candidate-20240814.985/iree-dist-20240814.985-linux-x86_64.tar.xz>iree-dist-20240814.985-linux-x86_64.tar.xz</a><br />

But when quotes are omitted, parse_attribute stops at the first / (presumedly to identify self-closing tags like />?), so the value gets truncate to https:.

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 a pull request may close this issue.

1 participant