Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for test_webFileRulePattern_xhtmlXml (0.12 seconds)

  1. src/test/java/org/codelibs/fess/crawler/rule/CrawlerRuleMimeTypePatternTest.java

                + "|text/html)";
    
        // HTML rule pattern from webHtmlRule in rule.xml
        private static final String WEB_HTML_RULE_PATTERN = "text/html";
    
        @Test
        public void test_webFileRulePattern_xhtmlXml() {
            // Test that application/xhtml+xml is correctly matched
            Pattern pattern = Pattern.compile(WEB_FILE_RULE_PATTERN);
            assertTrue(pattern.matcher("application/xhtml+xml").matches());
        }
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Wed Feb 04 14:24:39 GMT 2026
    - 8.7K bytes
    - Click Count (0)
Back to Top