You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2011/12/16 14:11:31 UTC

svn commit: r1215115 - /tomcat/trunk/test/org/apache/jasper/compiler/TestParser.java

Author: markt
Date: Fri Dec 16 13:11:31 2011
New Revision: 1215115

URL: http://svn.apache.org/viewvc?rev=1215115&view=rev
Log:
Correct test

Modified:
    tomcat/trunk/test/org/apache/jasper/compiler/TestParser.java

Modified: tomcat/trunk/test/org/apache/jasper/compiler/TestParser.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/jasper/compiler/TestParser.java?rev=1215115&r1=1215114&r2=1215115&view=diff
==============================================================================
--- tomcat/trunk/test/org/apache/jasper/compiler/TestParser.java (original)
+++ tomcat/trunk/test/org/apache/jasper/compiler/TestParser.java Fri Dec 16 13:11:31 2011
@@ -307,7 +307,7 @@ public class TestParser extends TomcatBa
         String result = res.toString();
         // Beware of the differences between escaping in JSP attributes and
         // in Java Strings
-        assertEcho(result, "00 - \\% \\\\% <\\%");
+        assertEcho(result, "00 - \\% \\\\% <%");
     }
 
     /** Assertion for text printed by tags:echo */



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org