Skip to content

Commit

Permalink
Fix test for #389
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasmullie committed Mar 13, 2024
1 parent 5641142 commit 6accc57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CSS/CSSTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ public static function dataProvider()
);
$tests[] = array(
'p{background: transparent url(images/preloader.gif) no-repeat scroll 50% 50%;}',
'p{background:transparent url(images/preloader.gif) no-repeat scroll 50% 50%}',
'p{background:#fff0 url(images/preloader.gif) no-repeat scroll 50% 50%}',
);

// https://github.com/matthiasmullie/minify/issues/191
Expand Down

0 comments on commit 6accc57

Please sign in to comment.