- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for test_render_multipleNewlines (0.13 seconds)
-
src/test/java/org/codelibs/fess/helper/MarkdownRendererTest.java
String result = markdownRenderer.render(malicious); // style tags should be removed assertFalse(result.contains("<style>")); } @Test public void test_render_multipleNewlines() { String markdown = "Line 1\n\nLine 2\n\nLine 3"; String result = markdownRenderer.render(markdown); // Should create multiple paragraphs assertTrue(result.contains("Line 1"));
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 11.1K bytes - Click Count (0)