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