Skip to content

Only finds first attribute when there is no whitespace between attributes #36

@pahlers

Description

@pahlers

When the attributes are written without whitespace between them, only the first attribute is found.

Example:

<div class="first attribute"title="second attribute"></div>

Returns:

{
   class: "first attribute"
}

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