You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by pa...@apache.org on 2001/12/21 16:25:02 UTC

cvs commit: xml-xalan/test/tests/conf-gold/output output31.out

pauldick    01/12/21 07:25:02

  Modified:    test/tests/conf-gold/output output31.out
  Log:
  No longer encode spaces and percent signs in uri references
  
  Revision  Changes    Path
  1.4       +2 -2      xml-xalan/test/tests/conf-gold/output/output31.out
  
  Index: output31.out
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf-gold/output/output31.out,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- output31.out	2000/12/21 03:42:26	1.3
  +++ output31.out	2001/12/21 15:25:02	1.4
  @@ -8,8 +8,8 @@
       6. "&copy;"  <A HREF="%C2%A9"></A>	
       7. "#"  <A href="#"></A>	
       8. "&yen;"  <A href="%C2%A5"></A>	
  -    9. " "  <A href="%20"></A><img src="Test%2031%20Gif.gif">
  -   10."%"  <A href="%25"></A>	
  +    9. " "  <A href=" "></A><img src="Test 31 Gif.gif">
  +   10."%"  <A href="%"></A>	
      11."	"  <A href="%09"></A>	
      12.""  <A href="%7F"></A>	
      13."&Ntilde;"  <A href="%C3%91"></A>	
  
  
  

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