From 945cd50e9a54a5fe9f14c2b52c4fb8ffbe013a74 Mon Sep 17 00:00:00 2001 From: markt Date: Thu, 25 Mar 2010 22:46:40 +0000 Subject: [PATCH] Obey the rules on quoting git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@927623 13f79535-47bb-0310-9956-ffa450edef68 --- test/webapp-3.0/script-expr.jsp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/test/webapp-3.0/script-expr.jsp b/test/webapp-3.0/script-expr.jsp index ce4f29157..4ec878224 100644 --- a/test/webapp-3.0/script-expr.jsp +++ b/test/webapp-3.0/script-expr.jsp @@ -23,12 +23,12 @@

<%= "02-hello \\\"world" %>

<%= "03-hello ${world" %>

<%= "04-hello \\${world" %>

- " /> - " /> - " /> - " /> - " /> - - + + + + + + + \ No newline at end of file -- 2.11.0