Skip to content

Commit

Permalink
update css test
Browse files Browse the repository at this point in the history
  • Loading branch information
rozinko authored and matthiasmullie committed Nov 26, 2018
1 parent d3d1345 commit 14fb0ed
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 @@ -520,7 +520,7 @@ public function dataProvider()
body{
background: white;
}',
'@import "./css1.css";@import url(https://www.google.com/main.css);body{background:white}',
'@import "./css1.css";@import url(https://www.google.com/main.css);body{background:#fff}',
);

// https://github.com/matthiasmullie/minify/commit/3253a81d07cd01afcb651e309900d8ad58a052da#commitcomment-19223603
Expand Down

0 comments on commit 14fb0ed

Please sign in to comment.