- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_evaluate_withSpecialCharacters (0.11 sec)
-
src/test/java/org/codelibs/fess/script/ScriptEngineTest.java
Object result = scriptEngine.evaluate(template, paramMap); assertEquals("User: John, Age: 30", result); } // Test evaluate method with special characters in template public void test_evaluate_withSpecialCharacters() { String template = "Price: $${price} (with ${discount}% off)"; Map<String, Object> paramMap = new HashMap<>(); paramMap.put("price", "100"); paramMap.put("discount", "20");
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 12.3K bytes - Viewed (0)