--- parser3/www/htdocs/Attic/_bug.html 2004/12/23 14:15:49 1.72 +++ parser3/www/htdocs/Attic/_bug.html 2005/11/22 11:38:44 1.84.4.13 @@ -1,5 +1,13 @@ -$hf[^hashfile::open[/test]] -$hf.key[] -$s[$hf.key] -#$s[$nothing] -$t[^s.split[-;lh]] +^for[i](1;100){ +
+$original[^for[j](1;$i){$j}] +$original[^file::create[text;original.txt;$original]] +$original.text +
+$encoded[^original.base64[]] +$encoded +
+$decoded[^file::base64[$encoded]] +$decoded.text +^if($decoded.text ne $original.text){^throw[bug;here]} +}