Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_parse_invalid_quotes (0.08 sec)

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

            assertEquals(2, result.length);
            assertEquals("tab\tvalue", result[0]);
            assertEquals("\"quoted\ttab\"", result[1]);
        }
    
        public void test_parse_invalid_quotes() {
            String value;
            String[] result;
    
            // Unmatched quote at start
            value = "\"unmatched";
            result = KuromojiCSVUtil.parse(value);
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 12 07:34:10 UTC 2025
    - 18.7K bytes
    - Viewed (0)
Back to top