Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_normalizeHtmlLang (0.22 sec)

  1. src/test/java/org/codelibs/fess/helper/SystemHelperTest.java

            systemHelper.filterPathEncoding = "xxx";
            path = "あいう";
            assertEquals(path, systemHelper.encodeUrlFilter(path));
        }
    
        public void test_normalizeHtmlLang() {
            assertEquals("ja", systemHelper.normalizeHtmlLang("ja"));
    
            ComponentUtil.setFessConfig(new FessConfig.SimpleImpl() {
                private static final long serialVersionUID = 1L;
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 18.5K bytes
    - Viewed (0)
Back to top