We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a4192c commit bd9e935Copy full SHA for bd9e935
jsp/src/test/java/org/owasp/encoder/tag/ForCDATATagTest.java
@@ -67,7 +67,7 @@ public void testDoTag() throws Exception {
67
System.out.println("doTag");
68
ForCDATATag instance = new ForCDATATag();
69
String value = "<div>]]></div>";
70
- String expected = "<div>]]>]]<![CDATA[></div>";
+ String expected = "<div>]]]]><![CDATA[></div>";
71
instance.setJspContext(_pageContext);
72
instance.setValue(value);
73
instance.doTag();
0 commit comments