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

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'){
        !            22:        $LOOP_LIMIT(50)
        !            23:        $RECOURSION_LIMIT(50)
        !            24: }
        !            25: ^if($env:PATH_TRANSLATED eq '358.html'){
        !            26:        $LOOP_LIMIT(0)
        !            27:        $RECOURSION_LIMIT(0)
        !            28: }
        !            29: 
1.5       misha      30: 
1.1       paf        31: @auto[]
1.4       misha      32: 
                     33: 
1.6       misha      34: @try-catch[jCode]
                     35: ^try{$jCode}{
                     36:        $exception.handled(true)
                     37:        Type: $exception.type,
                     38:        Source: $exception.source,
                     39:        Comment: $exception.comment
                     40: }
                     41: 
                     42: 
1.5       misha      43: @1251[]
                     44: ^from-1251[]
                     45: ^to-1251[]
                     46: 
                     47: 
                     48: @from-1251[]
1.4       misha      49: $request:charset[windows-1251]
1.5       misha      50: 
                     51: 
                     52: @to-1251[]
1.4       misha      53: $response:charset[windows-1251]
1.5       misha      54: 
                     55: 
                     56: # backward
                     57: @windows-1251[]
                     58: ^1251[]

E-mail: