You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2010/03/27 10:11:45 UTC

svn commit: r928175 - /tomcat/trunk/test/webapp-3.0/script-expr.jsp

Author: kkolinko
Date: Sat Mar 27 09:11:45 2010
New Revision: 928175

URL: http://svn.apache.org/viewvc?rev=928175&view=rev
Log:
Use both single and double quotes in the test, for diversity

Modified:
    tomcat/trunk/test/webapp-3.0/script-expr.jsp

Modified: tomcat/trunk/test/webapp-3.0/script-expr.jsp
URL: http://svn.apache.org/viewvc/tomcat/trunk/test/webapp-3.0/script-expr.jsp?rev=928175&r1=928174&r2=928175&view=diff
==============================================================================
--- tomcat/trunk/test/webapp-3.0/script-expr.jsp (original)
+++ tomcat/trunk/test/webapp-3.0/script-expr.jsp Sat Mar 27 09:11:45 2010
@@ -29,6 +29,6 @@
     <tags:echo echo='<%= "08-hello ${world" %>' />
     <tags:echo echo='<%= "09-hello \\\\${world" %>' />
     <tags:echo echo='10-hello <\% world' />
-    <tags:echo echo='11-hello %\> world' />
+    <tags:echo echo="11-hello %\> world" />
   </body>
 </html>
\ No newline at end of file



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