Diff for /parser3/tests/217.html between versions 1.1 and 1.3

version 1.1, 2009/07/04 11:19:25 version 1.3, 2024/05/26 18:04:46
Line 1 Line 1
 @main[]  @main[]
 ^do(1000)  ^do(999)
 ^do(1002)  ^do(1002)
   
   
   
 @do[iCount]  @do[iCount]
 ${iCount}:  ${iCount}:
 ^try{  ^try-catch-comment{
         ^rem{ '\2' because of if+call on every iteration, '-2' because of do+try }          ^rem{ '\2' because of if+call on every iteration, '-2' because of do+try }
         ^call($iCount\2-2)          ^call($iCount\2-2)
         OK          OK
 }{  
         $exception.handled(1)  
         $exception.comment  
 }  }
 <br />  <br />
   
   
   
 @call[iLevel]  @call[iLevel]
 $iLevel($iLevel-1)  $iLevel($iLevel-1)
 ^if($iLevel>0){  ^if($iLevel>0){
         ^call[$iLevel]          ^call[$iLevel]
 }  }
   

Removed from v.1.1  
changed lines
  Added in v.1.3


E-mail: