Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_labelTypePattern_match_multilinePaths (0.13 sec)

  1. src/test/java/org/codelibs/fess/helper/LabelTypeHelperTest.java

            // Should match everything when no patterns
            assertTrue(pattern.match("/any/path"));
            assertTrue(pattern.match("/test/path"));
        }
    
        public void test_labelTypePattern_match_multilinePaths() {
            LabelTypePattern pattern = new LabelTypePattern("test", "/test.*\n/another.*", "/exclude.*\n/deny.*");
    
            // Should match first included path
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 19 23:49:30 UTC 2025
    - 12.4K bytes
    - Viewed (0)
Back to top