Diff for /parser3/tests/357.html between versions 1.1 and 1.2

version 1.1, 2016/10/03 22:45:42 version 1.2, 2024/10/02 23:04:36
Line 1 Line 1
 @main[]  @main[]
 ^try-catch{ ^for[1](1;100){a} }  ^try-catch{ ^for[1](1;100){a} }
 ^try-catch{ ^recoursion(100) }  ^try-catch{ ^recursion(100) }
   
 @recoursion[i]  @recursion[i]
 a^if($i>0){^recoursion($i-1)}  a^if($i>0){^recursion($i-1)}

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


E-mail: