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

Escaping attribute value characters break Unicode codes #238

Open
karollewandowski opened this issue Sep 29, 2023 · 0 comments
Open

Escaping attribute value characters break Unicode codes #238

karollewandowski opened this issue Sep 29, 2023 · 0 comments

Comments

@karollewandowski
Copy link

karollewandowski commented Sep 29, 2023

Attribute value:

This \& that: \u003d

Expected result:

data-test="This & that: \u003d"

Actual result (notice missing \):

data-test="This & that: u003d"

Version affected: 0.10.0.

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