Diff for /parser3/tests/results/auto.p between versions 1.16 and 1.26

version 1.16, 2020/11/23 22:46:45 version 1.26, 2026/01/08 21:24:29
Line 21  $NO_PROTOTYPE[ Line 21  $NO_PROTOTYPE[
 ^if($env:PATH_TRANSLATED eq '357.html'){  ^if($env:PATH_TRANSLATED eq '357.html'){
         $LIMITS[          $LIMITS[
                 $.max_loop(50)                  $.max_loop(50)
                 $.max_recoursion(50)                  $.max_recursion(50)
         ]          ]
 }  }
 ^if($env:PATH_TRANSLATED eq '358.html'){  ^if($env:PATH_TRANSLATED eq '358.html'){
Line 43  html text/html Line 43  html text/html
 }]  }]
 }  }
   
   ^if($env:PATH_TRANSLATED eq '409.html'){
           $LOCALS(true)
   }
   
   ^if($env:PATH_TRANSLATED eq '410.html'){
           $CLASS-GETTER-PROTECTED(false)
   }
   
   ^if($env:PATH_TRANSLATED eq '449.html'){
           $LIMITS[
                   $.max_array_size(1000)
           ]
   }
   
   ^os[;]{ ^curl:options[ $.library[libcurl.4.dylib] ] }
   
 @auto[]  @auto[]
   
Line 50  html text/html Line 65  html text/html
 @try-catch[jCode]  @try-catch[jCode]
 ^try{$jCode}{  ^try{$jCode}{
         $exception.handled(true)          $exception.handled(true)
         Type: $exception.type,          Exception type: $exception.type,
         Source: $exception.source,          Source: $exception.source,
         Comment: $exception.comment          Comment: ^taint[as-is;$exception.comment]
   }
   
   
   @try-catch-filtered[jCode;limit]
   ^try{$jCode}{
           $exception.handled(true)
           Exception type: $exception.type,
           Source: $exception.source^if(def $limit){,
           Comment: ^exception.comment.left($limit)}
   }
   
   
   @try-catch-comment[jCode]
   ^try{$jCode}{
           $exception.handled(true)
           Exception: ^taint[as-is;$exception.comment]
 }  }
   
   
Line 73  $response:charset[windows-1251] Line 104  $response:charset[windows-1251]
 @windows-1251[]  @windows-1251[]
 ^1251[]  ^1251[]
   
 @os[win;unix][name]  @os[win;unix;mac][name]
 $name[^env:OS.left(7)]  $name[^env:OS.left(7)]
 $result[^if(^name.lower[] eq 'windows'){$win}{$unix}]  $result[^if(^name.lower[] eq 'windows'){$win}{^if(^env:HOME.left(6) eq '/Users' && def $mac){$mac;$unix}}]

Removed from v.1.16  
changed lines
  Added in v.1.26


E-mail: