Author: markt Date: Wed Apr 16 10:49:53 2014 New Revision: 1587859 URL: http://svn.apache.org/r1587859 Log: Remove duplicated lines
Modified: tomcat/trunk/test/webapp/bug45nnn/bug45451.jspf Modified: tomcat/trunk/test/webapp/bug45nnn/bug45451.jspf URL: http://svn.apache.org/viewvc/tomcat/trunk/test/webapp/bug45nnn/bug45451.jspf?rev=1587859&r1=1587858&r2=1587859&view=diff ============================================================================== --- tomcat/trunk/test/webapp/bug45nnn/bug45451.jspf (original) +++ tomcat/trunk/test/webapp/bug45nnn/bug45451.jspf Wed Apr 16 10:49:53 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