--- parser3/www/htdocs/Attic/_bug.html 2004/03/10 10:42:12 1.31 +++ parser3/www/htdocs/Attic/_bug.html 2005/11/22 11:21:35 1.103 @@ -1,10 +1,12 @@ -@main[] -$request:charset[windows-1251] -$response:charset[windows-1251] -$response:content-type[text/html] - -$xdoc[^xdoc::load[_bug.xml]] -#^xdoc.string[] -$xdoc.search-namespaces.x[http://pif.design.ru/] -$nodes[^xdoc.select[//x:second]] -^nodes._count[] +^for[i](1;200){ +
+$original[^for[j](1;$i){$j}] +$original +
+$encoded[^original.base64[]] +$encoded +
+$decoded[^string:base64[$encoded]] +$decoded +^if($decoded ne $original){^throw[bug;here]} +}