Author: markt
Date: Mon Apr 28 14:17:49 2014
New Revision: 1590648
URL: http://svn.apache.org/r1590648
Log:
Clarify
Modified:
tomcat/trunk/test/org/apache/jasper/compiler/TestELParser.java
Modified: tomcat/trunk/test/org/apache/jasper/compiler/TestELParser.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/jasper/compiler/TestELParser.java?rev=1590648&r1=1590647&r2=1590648&view=diff
==============================================================================
--- tomcat/trunk/test/org/apache/jasper/compiler/TestELParser.java (original)
+++ tomcat/trunk/test/org/apache/jasper/compiler/TestELParser.java Mon Apr 28
14:17:49 2014
@@ -40,8 +40,7 @@ import org.apache.jasper.compiler.ELPars
* <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]