- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for ampersand (0.06 seconds)
-
src/test/java/org/codelibs/fess/helper/MarkdownRendererTest.java
assertTrue(result.contains("<br")); } @Test public void test_render_specialHtmlEntities() { String markdown = "Less than < and greater than > and ampersand &"; String result = markdownRenderer.render(markdown); // These should be preserved or properly escaped assertNotNull(result); assertTrue(result.contains("Less than")); }
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) -
src/test/java/org/codelibs/fess/thumbnail/impl/CommandGeneratorTest.java
final List<String> specialCommands = Arrays.asList("echo \"test with quotes\"", "echo 'test with single quotes'", "echo test with spaces", "echo test&with&ersand", "echo test|with|pipe"); generator.setCommandList(specialCommands); assertTrue("Special character commands should be settable", true); // Test with very long commands
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 27.8K bytes - Click Count (0)