- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_reload_whitespaceHandling (0.82 sec)
-
src/test/java/org/codelibs/fess/dict/mapping/CharMappingFileTest.java
assertEquals(5, item.getInputs().length); assertEquals("output", item.getOutput()); } // Test reload with whitespace handling public void test_reload_whitespaceHandling() throws Exception { writeTestFile(" a , b => c \n"); PagingList<CharMappingItem> result = charMappingFile.selectList(0, 10); assertEquals(1, result.size());
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 18.5K bytes - Viewed (0)