Author: markt Date: Wed Apr 16 11:42:58 2014 New Revision: 1587879 URL: http://svn.apache.org/r1587879 Log: Remove duplicated lines
Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/test/webapp-3.0/bug45nnn/bug45451.jspf Propchange: tomcat/tc7.0.x/trunk/ ------------------------------------------------------------------------------ Merged /tomcat/trunk:r1587859 Modified: tomcat/tc7.0.x/trunk/test/webapp-3.0/bug45nnn/bug45451.jspf URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/test/webapp-3.0/bug45nnn/bug45451.jspf?rev=1587879&r1=1587878&r2=1587879&view=diff ============================================================================== --- tomcat/tc7.0.x/trunk/test/webapp-3.0/bug45nnn/bug45451.jspf (original) +++ tomcat/tc7.0.x/trunk/test/webapp-3.0/bug45nnn/bug45451.jspf Wed Apr 16 11:42:58 2014 @@ -23,13 +23,8 @@ <tags:echo echo="06-\\${1+1}" /> <tags:echo echo="07-\\\${1+1}" /> <tags:echo echo="08-\\\\${1+1}" /> -<tags:echo echo="04-${1+1}" /> -<tags:echo echo="05-\${1+1}" /> -<tags:echo echo="06-\\${1+1}" /> -<tags:echo echo="07-\\\${1+1}" /> -<tags:echo echo="08-\\\\${1+1}" /> <tags:echo-deferred echo="09-#{1+1}" /> <tags:echo-deferred echo="10-\#{1+1}" /> <tags:echo-deferred echo="11-\\#{1+1}" /> <tags:echo-deferred echo="12-\\\#{1+1}" /> -<tags:echo-deferred echo="13-\\\\#{1+1}" /> +<tags:echo-deferred echo="13-\\\\#{1+1}" /> \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org