Return-Path: Delivered-To: apmail-jakarta-watchdog-dev-archive@apache.org Received: (qmail 44017 invoked from network); 28 Jan 2002 23:58:51 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 28 Jan 2002 23:58:51 -0000 Received: (qmail 22127 invoked by uid 97); 28 Jan 2002 23:58:56 -0000 Delivered-To: qmlist-jakarta-archive-watchdog-dev@jakarta.apache.org Received: (qmail 22109 invoked by uid 97); 28 Jan 2002 23:58:55 -0000 Mailing-List: contact watchdog-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Watchdog Developers List" Reply-To: "Watchdog Developers List" Delivered-To: mailing list watchdog-dev@jakarta.apache.org Received: (qmail 22098 invoked by uid 97); 28 Jan 2002 23:58:55 -0000 Date: 28 Jan 2002 23:58:47 -0000 Message-ID: <20020128235847.26495.qmail@icarus.apache.org> From: rlubke@apache.org To: jakarta-watchdog-4.0-cvs@apache.org Subject: cvs commit: jakarta-watchdog-4.0/src/server/jsp-tests/jsp/core_syntax/scripting/expressions positiveExprWhiteSpace.jsp positiveExpr.jsp positiveExprComment.jsp X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N rlubke 02/01/28 15:58:47 Modified: src/server/jsp-tests/jsp/core_syntax/scripting/expressions positiveExpr.jsp positiveExprComment.jsp Added: src/server/jsp-tests/jsp/core_syntax/scripting/expressions positiveExprWhiteSpace.jsp Log: - content push from CTS Revision Changes Path 1.2 +1 -2 jakarta-watchdog-4.0/src/server/jsp-tests/jsp/core_syntax/scripting/expressions/positiveExpr.jsp Index: positiveExpr.jsp =================================================================== RCS file: /home/cvs/jakarta-watchdog-4.0/src/server/jsp-tests/jsp/core_syntax/scripting/expressions/positiveExpr.jsp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- positiveExpr.jsp 4 Oct 2000 00:12:59 -0000 1.1 +++ positiveExpr.jsp 28 Jan 2002 23:58:47 -0000 1.2 @@ -3,11 +3,10 @@ <% /** Name: positiveExpr Description:Create a valid JSP expression. - Call the JSP page. Result: The JSP page output with the evaluated value of expression duly inserted in the page. -**/ %> +**/ %> <%! int i=10,j=5; %> 1.2 +2 -2 jakarta-watchdog-4.0/src/server/jsp-tests/jsp/core_syntax/scripting/expressions/positiveExprComment.jsp Index: positiveExprComment.jsp =================================================================== RCS file: /home/cvs/jakarta-watchdog-4.0/src/server/jsp-tests/jsp/core_syntax/scripting/expressions/positiveExprComment.jsp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- positiveExprComment.jsp 4 Oct 2000 00:12:59 -0000 1.1 +++ positiveExprComment.jsp 28 Jan 2002 23:58:47 -0000 1.2 @@ -6,8 +6,8 @@ expression inserted into a HTML comment Result: The HTML should contain the value of the expression inserted into the comment -**/ %> -<%! int i=10,j=5; %> +**/ %> +<%! int i=10,j=5; %> 1.1 jakarta-watchdog-4.0/src/server/jsp-tests/jsp/core_syntax/scripting/expressions/positiveExprWhiteSpace.jsp Index: positiveExprWhiteSpace.jsp =================================================================== positiveExprWhiteSpace <% /** Name:positiveExprWhiteSpace Description: Create different expressions, varying the whitespace. Result: Should return the HTML of the page with the evaluated value of the expression **/ %> <%! int i=10; %> <%=i*i%> <%= i*i%> <%=i*i %> <%= i*i %> -- To unsubscribe, e-mail: For additional commands, e-mail: