--- parser3/www/htdocs/Attic/_bug.html 2004/03/02 14:56:42 1.23 +++ parser3/www/htdocs/Attic/_bug.html 2005/01/20 14:10:29 1.80 @@ -1,9 +1,29 @@ -$request:charset[windows-1251] -$response:charset[windows-1251] +@main[] +^first[] +^if(def $error){ + ^if(^error.pos[koshmar]>=0){ + $error, TODO:recover + }{ + $error, TODO:die + } +} +@first[] +^second[] +^if(!def $error){ + working1 +} +@second[] +^if(^math:random(2)){ + $error[koshmar,test1] +} +^if(!def $error){ + working2 -^connect[$SQL.connect-string]{ -#$f[^file::sql{select 2*2 from dual}] -#^f.save[binary;file_sql.dat] -$f[^file::load[binary;_bug.gif]] -=^f.sql-string[]= + ^if(^math:random(2)){ + $error[uzhas,test2] + } + ^if(!def $error){ + working3 + } } +