0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 17:30:59 +01:00
svelte/.changeset/seven-hornets-smile.md
Rogério Luiz Aques de Amorim a58d93f8bf
fix: parser error when using semicolon inside quotes in style (#10221)
* fix error when using semicolon inside quotes in style

* refactor to include { like in the original code

* simplified version of regex

Co-authored-by: navorite <navorite@gmail.com>

* add changeset

* add changeset

* add test

* Update .changeset/seven-hornets-smile.md

Co-authored-by: navorite <navorite@gmail.com>

* undo demo.css change

* fix support-font-face test not passing

* add double quotes

* beef up test

* robustify parsing

* Update .changeset/seven-hornets-smile.md

---------

Co-authored-by: navorite <navorite@gmail.com>
Co-authored-by: Rogerio Luiz Aques de Amorim <Rogerio Amorim>
Co-authored-by: Rich Harris <rich.harris@vercel.com>
Co-authored-by: Rich Harris <hello@rich-harris.dev>
2024-01-25 20:26:39 -05:00

96 B

svelte
patch

fix: correctly parse at-rules containing special characters in strings