From c6e8b3866a5e6e652ddf492f8f8bd0d1523ca979 Mon Sep 17 00:00:00 2001 From: markt Date: Thu, 7 Jan 2010 18:23:14 +0000 Subject: [PATCH] Add another test case. This one passes at the moment but would fail with some of the ideas I have had to fix the tests that currently fail. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@896953 13f79535-47bb-0310-9956-ffa450edef68 --- test/org/apache/el/TestELInJsp.java | 1 + test/webapp/el-misc.jsp | 1 + 2 files changed, 2 insertions(+) diff --git a/test/org/apache/el/TestELInJsp.java b/test/org/apache/el/TestELInJsp.java index a334255cb..7aad715cc 100644 --- a/test/org/apache/el/TestELInJsp.java +++ b/test/org/apache/el/TestELInJsp.java @@ -276,6 +276,7 @@ public class TestELInJsp extends TomcatBaseTest { assertTrue(result.indexOf("2az-07") > 0); assertTrue(result.indexOf("08-a2z") > 0); assertTrue(result.indexOf("09-az2") > 0); + assertTrue(result.indexOf("10-${'foo'}bar") > 0); } diff --git a/test/webapp/el-misc.jsp b/test/webapp/el-misc.jsp index d542e3770..0c8cba1aa 100644 --- a/test/webapp/el-misc.jsp +++ b/test/webapp/el-misc.jsp @@ -28,5 +28,6 @@ + \ No newline at end of file -- 2.11.0