dmarston    00/12/19 14:56:48

  Modified:    test/tests/conf-gold/whitespace whitespace17.out
                        whitespace16.out
  Log:
  Better handling of new-lines and other special characters
  
  Revision  Changes    Path
  1.2       +2 -2      
xml-xalan/test/tests/conf-gold/whitespace/whitespace17.out
  
  Index: whitespace17.out
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/tests/conf-gold/whitespace/whitespace17.out,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- whitespace17.out  2000/12/17 22:24:07     1.1
  +++ whitespace17.out  2000/12/19 22:56:47     1.2
  @@ -1,4 +1,4 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <doc>
  -     <foo>a</foo>
  -</doc>
  \ No newline at end of file
  +<foo>a</foo>
  +</doc>
  
  
  
  1.2       +1 -1      
xml-xalan/test/tests/conf-gold/whitespace/whitespace16.out
  
  Index: whitespace16.out
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/tests/conf-gold/whitespace/whitespace16.out,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- whitespace16.out  2000/12/17 22:24:07     1.1
  +++ whitespace16.out  2000/12/19 22:56:47     1.2
  @@ -2,7 +2,7 @@
   <out> a. 
         , ,    
                , 
  -    
                , 
  +    &#13;            , 
       
                        <end>           This will not be stripped.      </end>,
        <end2/></out>
  
  
  

Reply via email to