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

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

Open
ademenev opened this issue Apr 7, 2020 · 0 comments

Comments

@ademenev
Copy link

ademenev commented Apr 7, 2020

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

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

No branches or pull requests

1 participant