--- parser3/www/htdocs/Attic/_bug.html 2005/01/20 14:10:29 1.80 +++ parser3/www/htdocs/Attic/_bug.html 2005/11/16 14:18:06 1.84.4.7 @@ -1,29 +1,41 @@ +@opt[] +$result[ + $.encloser["] +# $.separator[^#09] +] + @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 +$filename[/t.cfg] +$options2[ + $.encloser["] +# $.separator[^#09] +] - ^if(^math:random(2)){ - $error[uzhas,test2] - } - ^if(!def $error){ - working3 - } -} +$t1[^table::create{a b +1 " +2 "" +3 """}] +^t1.save[$filename][$options2] + +# if we try load with $options - we receive error +$t2[^table::load[$filename][$options2]] +#$t2[^table::load[$filename][^opt[]]] +#$t2[^table::load[$filename][$.encloser["]]] + + + + + + + + +^t1.menu{ + + + + + + ^t2.offset(1) +} +
t1t2eq?
$t1.b$t2.b^if($t1.b eq $t2.b){YES}{NO}