Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.6k
[AssetMapper] Fix CssCompiler matches url in comments#59544
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
dbannik commentedJan 21, 2025
Please check thetestCase File yield'ignore_comment_block' => ['input' =><<<CSS body { /* background: url("images/foo.png"); */ } CSS ,'expectedOutput' =><<<CSS body { /* background: url("images/foo.png"); */ } CSS ,'expectedDependencies' => [],]; related#59512 (comment) |
yield'ignore_comment_block_ffs' => ['input' =><<<CSS body { /* background: url("images/need-ignore.png"); */ } CSS ,'expectedOutput' =><<<CSS body { /* background: url("images/need-ignore.png"); */ } CSS ,'expectedDependencies' => [],]; This test ispassing. You cannot use |
e4ff4f1
to9a43703
CompareThank you@smnandre. |
b6f477c
intosymfony:6.4Uh oh!
There was an error while loading.Please reload this page.
Add a check to avoid matching url in comments