Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_printByEcs_escaping (0.08 sec)

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

            assertTrue(result.indexOf("a_param") < result.indexOf("m_param"));
            assertTrue(result.indexOf("m_param") < result.indexOf("z_param"));
        }
    
        public void test_printByEcs_escaping() {
            activityHelper.useEcsFormat = true;
            Map<String, String> params = new HashMap<>();
            params.put("quotes", "text with \"quotes\"");
            params.put("backslash", "text\\with\\backslash");
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 12 05:35:01 UTC 2025
    - 18.7K bytes
    - Viewed (0)
Back to top