You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2003/11/25 09:31:55 UTC

cvs commit: jakarta-tomcat-catalina/tester/web/golden JspDoc02.txt

remm        2003/11/25 00:31:55

  Modified:    tester/web/golden JspDoc02.txt
  Log:
  - The latest updates to Jasper make it generate extra CRLF with XML, apparently. There's
    no actual difference, so I'm updating the golden file.
  
  Revision  Changes    Path
  1.2       +11 -3     jakarta-tomcat-catalina/tester/web/golden/JspDoc02.txt
  
  Index: JspDoc02.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/tester/web/golden/JspDoc02.txt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- JspDoc02.txt	19 Aug 2003 16:04:56 -0000	1.1
  +++ JspDoc02.txt	25 Nov 2003 08:31:55 -0000	1.2
  @@ -1,6 +1,14 @@
   <html><head><title>Example JSP in XML format</title></head><body>
  -This is the output of a simple JSP using XML format. <br/><div>Use a jsp:scriptlet to loop from 1 to 10: </div>1, 2, 3, 4, 5, 6, 7, 8, 9, 10
  -  <br><br><div align="left">
  -  Use a jsp:expression to write something: foo</div>
  +This is the output of a simple JSP using XML format. 
  +<br/><div>Use a jsp:scriptlet to loop from 1 to 10: </div>1, 2, 3, 4, 5, 6, 7, 8, 9, 10
  +
  +
  +
  +  <br><br>
  +
  +
  +<div align="left">
  +  Use a jsp:expression to write something: 
  +  foo</div>
     <p>This sentence is enclosed in a jsp:text element.</p>
   </body></html>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org