summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorKohei Yoshino <kohei.yoshino@gmail.com>2017-12-22 23:50:06 +0100
committerDylan William Hardison <dylan@hardison.net>2017-12-22 23:50:06 +0100
commitc2da016469427b2ffebaab0d38ca36b81281420c (patch)
tree0f109326c57055e9abeee046814eceb3c8bf072e /t
parent53550adfe06d7f68587c76dc23e9f5272fa11749 (diff)
downloadbugzilla-c2da016469427b2ffebaab0d38ca36b81281420c.tar.gz
bugzilla-c2da016469427b2ffebaab0d38ca36b81281420c.tar.xz
Bug 1426390 - Serve WOFF2 Fira Sans font
Diffstat (limited to 't')
-rw-r--r--t/css.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/css.t b/t/css.t
index 84d1ae3f0..a64cadea6 100644
--- a/t/css.t
+++ b/t/css.t
@@ -22,7 +22,7 @@ find(
if (/\.css$/) {
my $css_file = $File::Find::name;
my $content = read_file($_);
- while ($content =~ m{url\(["']?([^\)"']+)['"]?\)}g) {
+ while ($content =~ m{url\(["']?([^\?\)"']+)(?:\?.+)?['"]?\)}g) {
my $file = $1;
my $file_rel_root = File::Spec->abs2rel(realpath(File::Spec->rel2abs($file)), $root);