Obey the rules on quoting
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 25 Mar 2010 22:46:40 +0000 (22:46 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 25 Mar 2010 22:46:40 +0000 (22:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@927623 13f79535-47bb-0310-9956-ffa450edef68

test/webapp-3.0/script-expr.jsp

index ce4f291..4ec8782 100644 (file)
     <p><%= "02-hello \\\"world" %></p>
     <p><%= "03-hello ${world" %></p>
     <p><%= "04-hello \\${world" %></p>
-    <tags:echo echo="<%= "05-hello world" %>" />
-    <tags:echo echo="<%= "06-hello \\\"world" %>" />
-    <tags:echo echo="<%= "07-hello \\\\\\\"world" %>" />
-    <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='<%= "05-hello world" %>' />
+    <tags:echo echo='<%= "06-hello \\\"world" %>' />
+    <tags:echo echo='<%= "07-hello \\\\\\\"world" %>' />
+    <tags:echo echo='<%= "08-hello ${world" %>' />
+    <tags:echo echo='<%= "09-hello \\\\${world" %>' />
+    <tags:echo echo='10-hello <\% world' />
+    <tags:echo echo='11-hello %\> world' />
   </body>
 </html>
\ No newline at end of file