Skip to content

Tag attributes with dashes, semicolons or underscores result in parse error #10

Description

@ademenev
button.ui.icon.button(data-content="Feeder homing cycle")

error:

no match found, expected: "!=", ")", ",", "=", [ \t] or [._-:a-zA-Z0-9]

The problem is that [._-:a-zA-Z0-9] includes a range (_-:) instead of 3 separate chars. - should be escaped

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