You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ja...@apache.org on 2002/03/25 02:12:08 UTC

cvs commit: xml-xerces/perl/t DOMPrint.t

jasons      02/03/24 17:12:08

  Modified:    perl/t   DOMPrint.t
  Log:
  	* t/DOMPrint.t (Repository):
  	Fixed extra newline in sample doc
  
  Revision  Changes    Path
  1.8       +2 -2      xml-xerces/perl/t/DOMPrint.t
  
  Index: DOMPrint.t
  ===================================================================
  RCS file: /home/cvs/xml-xerces/perl/t/DOMPrint.t,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- DOMPrint.t	24 Mar 2002 23:06:46 -0000	1.7
  +++ DOMPrint.t	25 Mar 2002 01:12:08 -0000	1.8
  @@ -10,6 +10,7 @@
   BEGIN { $| = 1; print "1..2\n"; }
   END {print "not ok 1\n" unless $loaded;}
   use Carp;
  +# use blib;
   use XML::Xerces;
   use Config;
   
  @@ -41,8 +42,7 @@
   		<name>Susan Hardenbrook</name>
   		<email>susanhar@us.ibm.com</email>
   	</person>
  -</contributors>
  -];
  +</contributors>];
   
   $file = '.domprint.xml';
   open(OUT,">$file") or die "Couldn't open $file from writing";
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org