Polish "Include /fonts/** to common static locations"

See gh-46208
This commit is contained in:
Stéphane Nicoll 2025-10-06 08:51:17 +02:00
parent 74daedff76
commit 3f2e1b2466
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ class StaticResourceRequestTests {
assertMatcher(matcher).matches("/favicon.ico");
assertMatcher(matcher).matches("/favicon.png");
assertMatcher(matcher).matches("/icons/icon-48x48.png");
assertMatcher(matcher).matches("/fonts/font.woff2");
assertMatcher(matcher).doesNotMatch("/bar");
}