- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for test_parse_complexCombinations (0.2 seconds)
-
src/test/java/org/codelibs/fess/util/PrunedTagTest.java
PrunedTag anotherTagWithNulls = new PrunedTag("div"); assertTrue(tagWithNulls.equals(anotherTagWithNulls)); } @Test public void test_parse_complexCombinations() { // Test complex parsing combinations PrunedTag[] tags = PrunedTag.parse("div[data-toggle=modal].modal#main-modal"); assertEquals(1, tags.length); PrunedTag tag = tags[0];
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 21.1K bytes - Click Count (0)