Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for test_svgMimetypePatternVariants (0.29 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/test/java/org/codelibs/fess/thumbnail/impl/BaseThumbnailGeneratorTest.java

            // which is correct for matching literal + in regex
            String svgMimetype = "image/svg+xml";
            assertTrue(svgMimetype.matches(xmlLoadedPattern));
        }
    
        @Test
        public void test_svgMimetypePatternVariants() {
            // Test different representations of the SVG pattern to understand escaping
            String svgMimetype = "image/svg+xml";
    
            // Pattern with single backslash (14 chars): should match
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Wed Feb 04 14:24:39 GMT 2026
    - 17.1K bytes
    - Click Count (0)
Back to Top