Skip to content

Commit bd9e935

Browse files
committed
fixed test case for PR OWASP#5
1 parent 6a4192c commit bd9e935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsp/src/test/java/org/owasp/encoder/tag/ForCDATATagTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public void testDoTag() throws Exception {
6767
System.out.println("doTag");
6868
ForCDATATag instance = new ForCDATATag();
6969
String value = "<div>]]></div>";
70-
String expected = "<div>]]>]]<![CDATA[></div>";
70+
String expected = "<div>]]]]><![CDATA[></div>";
7171
instance.setJspContext(_pageContext);
7272
instance.setValue(value);
7373
instance.doTag();

0 commit comments

Comments
 (0)