Fix test for #389

This commit is contained in:
Matthias Mullie 2024-03-13 12:53:48 +01:00
parent 5641142a22
commit 6accc572fb

View File

@ -627,7 +627,7 @@ body{
);
$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