Skip to content

Quote-less href values are truncated #68

@charliermarsh

Description

@charliermarsh

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:.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions