--- parser3/www/htdocs/Attic/_bug.html 2005/11/22 11:38:44 1.84.4.13 +++ parser3/www/htdocs/Attic/_bug.html 2005/08/08 13:30:45 1.94 @@ -1,13 +1,5 @@ -^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]} -} +$document[^xdoc::load[_bug.xml]] +$idroot[^document.selectSingle[//games]] +$idold[^document.selectSingle[//games/lastid]] +$idremove[^idroot.removeChild[$idold]] +^document.save[games1.xml]