richter     2004/02/07 06:14:40

  Modified:    .        TODO
               test/cmp escape.htm
  Log:
  tests hash order
  
  Revision  Changes    Path
  1.118     +2 -2      embperl/TODO
  
  Index: TODO
  ===================================================================
  RCS file: /home/cvs/embperl/TODO,v
  retrieving revision 1.117
  retrieving revision 1.118
  diff -u -r1.117 -r1.118
  --- TODO      7 Feb 2004 13:07:00 -0000       1.117
  +++ TODO      7 Feb 2004 14:14:40 -0000       1.118
  @@ -3,9 +3,9 @@
   
   - print OUT and sub [Carlos 3.7.2003]
   
  -- include at top of every file [Kee Hinckley 3.8.2003]
  +- preload on Apache startup problem [Neil Gunton 25.1.04]
   
  -- select loop bug [Michael Stepanov 3.4.04]
  +- CGI 3.04 upload problem [Mark Vitnell 6.2.04]
   
   TODO for Embperl 2.1 and later
   
  
  
  
  1.29      +4 -4      embperl/test/cmp/escape.htm
  
  Index: escape.htm
  ===================================================================
  RCS file: /home/cvs/embperl/test/cmp/escape.htm,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- escape.htm        2 Feb 2004 19:42:32 -0000       1.28
  +++ escape.htm        7 Feb 2004 14:14:40 -0000       1.29
  @@ -45,10 +45,10 @@
   Array in A <a href="http://localhost/tests?X=9&amp;Y=8&amp;Z=7";>
   
   Hash in  H <a href="http://localhost/tests?A=1&amp;B=2";>
  -Array in H <a href="http://localhost/tests?X=9&amp;Y=8&amp;Z=7";>
  +^Array in H <a 
href=\"http\:\/\/localhost\/tests\?(X=9|Y=8|Z=7)\&amp;(X=9|Y=8|Z=7)\&amp;(X=9|Y=8|Z=7)\">
   
   
  -<a href="tst.html?par1=1&amp;par2=2">1</a>
  +^<a href=\"tst.html\?(par1=1|par2=2)&amp;(par1=1|par2=2)\">1<\/a>
   <a href="tst.html?par1=1&amp;par2=2&amp;par3=3">2</a>
   <a href="tst.html?par1=1&amp;par2=2">3</a>
   <a href="tst.html?par1=1&amp;par2=2&amp;par3=3">4</a>
  @@ -188,9 +188,9 @@
   0: �ric
   7: &eacute;ric
   0: �ric
  -<a href="0?!Table=interface,router&amp;$where=interface.router_id=router.id">
  +^<a 
href=\"0\?(\!Table=interface\,router|\$where=interface\.router_id=router\.id)\&amp;(\!Table=interface\,router|\$where=interface\.router_id=router\.id)\">
   
  -<a href="7?!Table=interface%2Crouter&amp;%24where=interface.router_id%3Drouter.id">
  +^<a 
href=\"7\?(\!Table=interface%2Crouter|%24where=interface\.router_id%3Drouter\.id)\&amp;(\!Table=interface%2Crouter|%24where=interface\.router_id%3Drouter\.id)\">
     
   
   --> my
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to