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

version 1.9, 2016/10/09 21:33:04 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 30  $NO_PROTOTYPE[ Line 30  $NO_PROTOTYPE[
                 $.max_recoursion(0)                  $.max_recoursion(0)
         ]          ]
 }  }
   ^if($env:PATH_TRANSLATED eq '380.html' || $env:PATH_TRANSLATED eq '394-curl.html' ){
           $LIMITS[
                   $.max_file_size(10000)
           ]
   }
   
   ^if($env:PATH_TRANSLATED eq '403.html'){
           $MIME-TYPES[^table::create{ext  mime-type
   txt     text/plain
   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 38  $NO_PROTOTYPE[ Line 65  $NO_PROTOTYPE[
 @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 60  $response:charset[windows-1251] Line 103  $response:charset[windows-1251]
 # backward  # backward
 @windows-1251[]  @windows-1251[]
 ^1251[]  ^1251[]
   
   @os[win;unix;mac][name]
   $name[^env:OS.left(7)]
   $result[^if(^name.lower[] eq 'windows'){$win}{^if(^env:HOME.left(6) eq '/Users' && def $mac){$mac;$unix}}]

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


E-mail: