Diff for /parser3/www/htdocs/Attic/_bug.html between versions 1.64 and 1.102

version 1.64, 2004/09/01 12:21:43 version 1.102, 2005/11/22 11:12:40
Line 1 Line 1
 <pre>  
 ^mail:send[  
         $.from[from]  
         $.to[to]  
         $.html{  
         cid=xxx  
         }  
         $.file[  
                 $.value[^file::load[binary;_bug.html]]  
 #               $.content-disposition[inline]  
                 $.content-disposition[]  
     ]  
 ]  
   
   ^for[i](1;200){
   <hr>
   $original[^for[j](1;$i){$j}]
   $original
   <br>
   $encoded[^string:base64[$original]]
   $encoded
   <br>
   $decoded[^encoded.base64[]]
   $decoded
   ^if($decoded ne $original){^throw[bug;here]}
   }

Removed from v.1.64  
changed lines
  Added in v.1.102


E-mail: