- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for test_normalizeScript_truncateBeforeReplace (0.2 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/test/java/org/codelibs/fess/helper/ActivityHelperTest.java
// Should not be truncated assertEquals(99, result.length()); assertFalse(result.endsWith("...")); } @Test public void test_normalizeScript_truncateBeforeReplace() { // Script with control chars beyond the truncation point StringBuilder sb = new StringBuilder(); for (int i = 0; i < 97; i++) { sb.append("x"); }Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 11:45:43 GMT 2026 - 24.3K bytes - Click Count (0)