Author: markt
Date: Mon Apr 28 14:21:24 2014
New Revision: 1590652

URL: http://svn.apache.org/r1590652
Log:
Clarify

Modified:
    tomcat/tc6.0.x/trunk/test/org/apache/jasper/compiler/TestELParser.java

Modified: tomcat/tc6.0.x/trunk/test/org/apache/jasper/compiler/TestELParser.java
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/test/org/apache/jasper/compiler/TestELParser.java?rev=1590652&r1=1590651&r2=1590652&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/test/org/apache/jasper/compiler/TestELParser.java 
(original)
+++ tomcat/tc6.0.x/trunk/test/org/apache/jasper/compiler/TestELParser.java Mon 
Apr 28 14:21:24 2014
@@ -40,8 +40,7 @@ import org.apache.jasper.el.ELContextImp
  * <li>The strings passed to {@link #doTestParser(String,String)} are Java
  *     escaped in the source code and will be unescaped before being used.</li>
  * <li>LiteralExpressions always occur outside of "${...}" and "#{...}". 
Literal
- *     expressions escape '$' and '#' with '\\' if '$' or '#' is followed by 
'{'
- *     but neither '\\' nor '{' is escaped.</li>
+ *     expressions escape '$' and '#' with '\\'</li>
  * <li>LiteralStrings always occur inside "${...}" or "#{...}". Literal strings
  *     escape '\'', '\"' and '\\' with '\\'. Escaping '\"' is optional if the
  *     literal string is delimited by '\''. Escaping '\'' is optional if the



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to