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

Support escaped characters #111

Merged

Conversation

nifouprog
Copy link
Contributor

This PR adds support for escaped characters prefixed by a backslash. However it does not fully implements the spec (https://www.w3.org/TR/CSS21/syndata.html#characters): support for ISO code escaping sequences and backslashes followed by a newline in strings will need to be implemented in a separate PR.

Fixes #110

@GuillaumeGomez GuillaumeGomez merged commit 93a7fcb into GuillaumeGomez:master Aug 24, 2024
4 checks passed
tgross35 added a commit to tgross35/rust that referenced this pull request Aug 25, 2024
…notriddle

Update minifier to 0.3.1

It adds support for escaped characters.

PR is GuillaumeGomez/minifier-rs#111.

r? `@notriddle`
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Aug 25, 2024
…notriddle

Update minifier to 0.3.1

It adds support for escaped characters.

PR is GuillaumeGomez/minifier-rs#111.

r? ``@notriddle``
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Aug 25, 2024
…notriddle

Update minifier to 0.3.1

It adds support for escaped characters.

PR is GuillaumeGomez/minifier-rs#111.

r? ```@notriddle```
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Aug 25, 2024
…notriddle

Update minifier to 0.3.1

It adds support for escaped characters.

PR is GuillaumeGomez/minifier-rs#111.

r? ````@notriddle````
rust-timer added a commit to rust-lang-ci/rust that referenced this pull request Aug 25, 2024
Rollup merge of rust-lang#129511 - GuillaumeGomez:update-minifier, r=notriddle

Update minifier to 0.3.1

It adds support for escaped characters.

PR is GuillaumeGomez/minifier-rs#111.

r? ````@notriddle````
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

Successfully merging this pull request may close these issues.

Support escaped characters
2 participants