@@ -4201,13 +4201,13 @@ mod tests {
42014201 minify_test ( "@font-face {src: local(\" Foo Bar\" );}" , "@font-face{src:local(Foo Bar)}" ) ;
42024202 minify_test ( "@font-face {src: local(Test);}" , "@font-face{src:local(Test)}" ) ;
42034203 minify_test ( "@font-face {src: local(Foo Bar);}" , "@font-face{src:local(Foo Bar)}" ) ;
4204- minify_test ( "@font-face {src: url(\" test.woff\" ) format(woff);}" , "@font-face{src:url(test.woff)format(woff)}" ) ;
4205- minify_test ( "@font-face {src: url(\" test.woff\" ) format(woff), url(test.ttf) format(truetype);}" , "@font-face{src:url(test.woff)format(woff),url(test.ttf)format(truetype)}" ) ;
4206- minify_test ( "@font-face {src: url(\" test.woff\" ) format(woff supports features(opentype));}" , "@font-face{src:url(test.woff)format(woff supports features(opentype))}" ) ;
4207- minify_test ( "@font-face {src: url(\" test.woff\" ) format(woff supports color(COLRv1));}" , "@font-face{src:url(test.woff)format(woff supports color(colrv1))}" ) ;
4208- minify_test ( "@font-face {src: url(\" test.woff\" ) format(woff supports variations);}" , "@font-face{src:url(test.woff)format(woff supports variations)}" ) ;
4209- minify_test ( "@font-face {src: url(\" test.woff\" ) format(woff supports palettes);}" , "@font-face{src:url(test.woff)format(woff supports palettes)}" ) ;
4210- minify_test ( "@font-face {src: url(\" test.woff\" ) format(woff supports features(opentype) color(sbix));}" , "@font-face{src:url(test.woff)format(woff supports features(opentype) color(sbix))}" ) ;
4204+ minify_test ( "@font-face {src: url(\" test.woff\" ) format(woff);}" , "@font-face{src:url(test.woff)format(\" woff\" )}" ) ;
4205+ minify_test ( "@font-face {src: url(\" test.woff\" ) format(woff), url(test.ttf) format(truetype);}" , "@font-face{src:url(test.woff)format(\" woff\" ),url(test.ttf)format(\" truetype\" )}" ) ;
4206+ minify_test ( "@font-face {src: url(\" test.woff\" ) format(woff supports features(opentype));}" , "@font-face{src:url(test.woff)format(\" woff\" supports features(opentype))}" ) ;
4207+ minify_test ( "@font-face {src: url(\" test.woff\" ) format(woff supports color(COLRv1));}" , "@font-face{src:url(test.woff)format(\" woff\" supports color(colrv1))}" ) ;
4208+ minify_test ( "@font-face {src: url(\" test.woff\" ) format(woff supports variations);}" , "@font-face{src:url(test.woff)format(\" woff\" supports variations)}" ) ;
4209+ minify_test ( "@font-face {src: url(\" test.woff\" ) format(woff supports palettes);}" , "@font-face{src:url(test.woff)format(\" woff\" supports palettes)}" ) ;
4210+ minify_test ( "@font-face {src: url(\" test.woff\" ) format(woff supports features(opentype) color(sbix));}" , "@font-face{src:url(test.woff)format(\" woff\" supports features(opentype) color(sbix))}" ) ;
42114211 }
42124212
42134213 #[ test]
0 commit comments