- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_unescape (0.04 sec)
-
src/test/java/org/codelibs/fess/dict/protwords/ProtwordsFileTest.java
assertEquals("word1", result.get(0).getInput()); assertEquals(" ", result.get(1).getInput()); // whitespace line assertEquals("word2", result.get(2).getInput()); } public void test_unescape() throws Exception { // Test with escaped characters (backslash sequences) String content = "test\\t1\n" + // escaped tab sequence "test\\n2\n" + // escaped newline sequence
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 20.8K bytes - Viewed (0)