Use both single and double quotes in the test, for diversity
authorkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Sat, 27 Mar 2010 09:11:45 +0000 (09:11 +0000)
committerkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Sat, 27 Mar 2010 09:11:45 +0000 (09:11 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@928175 13f79535-47bb-0310-9956-ffa450edef68

test/webapp-3.0/script-expr.jsp

index 4ec8782..eaa8caf 100644 (file)
@@ -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