@@ -59,7 +59,7 @@ mod passing {
5959 height: calc(100vh - 10pt)";
6060
6161 assert_eq ! (
62- css:: embed_css( cache, & client, & document_url, & STYLE , & options) ,
62+ css:: embed_css( cache, & client, & document_url, STYLE , & options) ,
6363 format!(
6464 "/* border: none;*/\
6565 background-image: url(\" {empty_image}\" ); \
@@ -91,7 +91,7 @@ mod passing {
9191 height: calc(100vh - 10pt)";
9292
9393 assert_eq ! (
94- css:: embed_css( cache, & client, & document_url, & STYLE , & options) ,
94+ css:: embed_css( cache, & client, & document_url, STYLE , & options) ,
9595 format!(
9696 "/* border: none;*/\
9797 background-image: url(\" {empty_image}\" ); \
@@ -122,7 +122,7 @@ mod passing {
122122 html > body {}";
123123
124124 assert_eq ! (
125- css:: embed_css( cache, & client, & document_url, & CSS , & options) ,
125+ css:: embed_css( cache, & client, & document_url, CSS , & options) ,
126126 CSS
127127 ) ;
128128 }
@@ -166,7 +166,7 @@ mod passing {
166166 " ;
167167
168168 assert_eq ! (
169- css:: embed_css( cache, & client, & document_url, & CSS , & options) ,
169+ css:: embed_css( cache, & client, & document_url, CSS , & options) ,
170170 CSS
171171 ) ;
172172 }
@@ -188,7 +188,7 @@ mod passing {
188188 ";
189189
190190 assert_eq ! (
191- css:: embed_css( cache, & client, & document_url, & CSS , & options) ,
191+ css:: embed_css( cache, & client, & document_url, CSS , & options) ,
192192 "\
193193 @charset \" UTF-8\" ;\n \
194194 \n \
@@ -218,7 +218,7 @@ mod passing {
218218 ";
219219
220220 assert_eq ! (
221- css:: embed_css( cache, & client, & document_url, & CSS , & options) ,
221+ css:: embed_css( cache, & client, & document_url, CSS , & options) ,
222222 CSS
223223 ) ;
224224 }
@@ -240,7 +240,7 @@ mod passing {
240240 ";
241241
242242 assert_eq ! (
243- css:: embed_css( cache, & client, & document_url, & CSS , & options) ,
243+ css:: embed_css( cache, & client, & document_url, CSS , & options) ,
244244 CSS
245245 ) ;
246246 }
@@ -264,7 +264,7 @@ mod passing {
264264 ";
265265
266266 assert_eq ! (
267- css:: embed_css( cache, & client, & document_url, & CSS , & options) ,
267+ css:: embed_css( cache, & client, & document_url, CSS , & options) ,
268268 CSS
269269 ) ;
270270 }
@@ -312,7 +312,7 @@ mod passing {
312312 ";
313313
314314 assert_eq ! (
315- css:: embed_css( cache, & client, & document_url, & CSS , & options) ,
315+ css:: embed_css( cache, & client, & document_url, CSS , & options) ,
316316 CSS_OUT
317317 ) ;
318318 }
@@ -337,7 +337,7 @@ mod passing {
337337 ";
338338
339339 assert_eq ! (
340- css:: embed_css( cache, & client, & document_url, & CSS , & options) ,
340+ css:: embed_css( cache, & client, & document_url, CSS , & options) ,
341341 CSS_OUT
342342 ) ;
343343 }
@@ -364,7 +364,7 @@ mod passing {
364364 ";
365365
366366 assert_eq ! (
367- css:: embed_css( cache, & client, & document_url, & CSS , & options) ,
367+ css:: embed_css( cache, & client, & document_url, CSS , & options) ,
368368 CSS_OUT
369369 ) ;
370370 }
0 commit comments