- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for test_isUrlChar_notAllowed (0.09 seconds)
-
fess-crawler/src/test/java/org/codelibs/fess/crawler/util/CharUtilTest.java
assertTrue(CharUtil.isUrlChar('(')); assertTrue(CharUtil.isUrlChar(')')); assertTrue(CharUtil.isUrlChar(',')); assertTrue(CharUtil.isUrlChar(';')); } public void test_isUrlChar_notAllowed() { // Test characters that are not allowed assertFalse(CharUtil.isUrlChar(' ')); // space assertFalse(CharUtil.isUrlChar('\t')); // tab assertFalse(CharUtil.isUrlChar('\n')); // newline
Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Mon Nov 24 03:59:47 GMT 2025 - 5.6K bytes - Click Count (0)