Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_parse_invalidFormats (0.24 sec)

  1. src/test/java/org/codelibs/fess/util/PrunedTagTest.java

            assertEquals(0, tags.length);
    
            // Test mixed whitespace and commas
            tags = PrunedTag.parse(" , , , ");
            assertEquals(0, tags.length);
        }
    
        public void test_parse_invalidFormats() {
            // Test invalid formats that should throw FessSystemException
            try {
                PrunedTag.parse("invalid_format_with_special_chars@#$%");
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 12 07:34:10 UTC 2025
    - 21K bytes
    - Viewed (0)
Back to top