--- parser3/tests/217.html 2010/06/29 06:06:57 1.2
+++ parser3/tests/217.html 2024/05/26 18:04:46 1.3
@@ -1,16 +1,13 @@
@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
}