You are viewing a plain text version of this content. The canonical link for it is here.
Posted to watchdog-dev@jakarta.apache.org by rl...@apache.org on 2002/01/29 00:58:47 UTC

cvs commit: jakarta-watchdog-4.0/src/server/jsp-tests/jsp/core_syntax/scripting/expressions positiveExprWhiteSpace.jsp positiveExpr.jsp positiveExprComment.jsp

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 @@
   <body>
   <% /** 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.
  -**/ %>	   		 	   		 
  +**/ %>
   <!-- declarations -->
   <%! int i=10,j=5; %>
   <!-- using valid expression -->
  
  
  
  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; %>
   <!-- expecting a value 50 in the html comments tag -->
   <!-- <%= i*j  %>-->
   </body>
  
  
  
  1.1                  jakarta-watchdog-4.0/src/server/jsp-tests/jsp/core_syntax/scripting/expressions/positiveExprWhiteSpace.jsp
  
  Index: positiveExprWhiteSpace.jsp
  ===================================================================
  <html>
  <title>positiveExprWhiteSpace</title>
  <body>
  <% /**	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 %>
  </body>
  </html>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>