Annotation of parser3/tests/results/auto.p, revision 1.9

1.2       misha       1: @conf[filespec]
                      2: $CHARSETS[
                      3:        $.windows-1251[../etc/parser3.charsets/windows-1251.cfg]
                      4: ]
                      5: 
1.3       misha       6: $CLASS_PATH[^table::create{path
                      7: /
                      8: /tests
                      9: }]
                     10: 
1.7       moko       11: $NO_PROTOTYPE[
1.8       moko       12:        $.[336.html][yes]
                     13:        $.[225.html][yes]
                     14:        $.[051.html][yes]
1.7       moko       15: ]
                     16: 
                     17: ^if(def $NO_PROTOTYPE.[$env:PATH_TRANSLATED]){
                     18:        $OBJECT-PROTOTYPE(false)
                     19: }
1.2       misha      20: 
1.8       moko       21: ^if($env:PATH_TRANSLATED eq '357.html'){
1.9     ! moko       22:        $LIMITS[
        !            23:                $.max_loop(50)
        !            24:                $.max_recoursion(50)
        !            25:        ]
1.8       moko       26: }
                     27: ^if($env:PATH_TRANSLATED eq '358.html'){
1.9     ! moko       28:        $LIMITS[
        !            29:                $.max_loop(0)
        !            30:                $.max_recoursion(0)
        !            31:        ]
1.8       moko       32: }
                     33: 
1.5       misha      34: 
1.1       paf        35: @auto[]
1.4       misha      36: 
                     37: 
1.6       misha      38: @try-catch[jCode]
                     39: ^try{$jCode}{
                     40:        $exception.handled(true)
                     41:        Type: $exception.type,
                     42:        Source: $exception.source,
                     43:        Comment: $exception.comment
                     44: }
                     45: 
                     46: 
1.5       misha      47: @1251[]
                     48: ^from-1251[]
                     49: ^to-1251[]
                     50: 
                     51: 
                     52: @from-1251[]
1.4       misha      53: $request:charset[windows-1251]
1.5       misha      54: 
                     55: 
                     56: @to-1251[]
1.4       misha      57: $response:charset[windows-1251]
1.5       misha      58: 
                     59: 
                     60: # backward
                     61: @windows-1251[]
                     62: ^1251[]

E-mail: