Add tests for issue #103

This commit is contained in:
Matthias Mullie 2016-04-27 12:52:26 +02:00
parent 42bcd8c16e
commit c7ac2ecd40

View File

@ -401,6 +401,12 @@ only screen and (min-device-pixel-ratio: 1.5) {
'@media (min-width:320px){p{background-color:red}}@media (min-width:1281px){p{background-color:blue}}',
);
// https://github.com/matthiasmullie/minify/issues/103
$tests[] = array(
'background:url(http://example.com/test.png);',
'background:url(http://example.com/test.png);',
);
return $tests;
}