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

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[
        !            12:     $.[336.html][yes]
        !            13:     $.[225.html][yes]
        !            14:     $.[051.html][yes]
        !            15: ]
        !            16: 
        !            17: ^if(def $NO_PROTOTYPE.[$env:PATH_TRANSLATED]){
        !            18:        $OBJECT-PROTOTYPE(false)
        !            19: }
1.2       misha      20: 
1.5       misha      21: 
1.1       paf        22: @auto[]
1.4       misha      23: 
                     24: 
                     25: 
1.6       misha      26: @try-catch[jCode]
                     27: ^try{$jCode}{
                     28:        $exception.handled(true)
                     29:        Type: $exception.type,
                     30:        Source: $exception.source,
                     31:        Comment: $exception.comment
                     32: }
                     33: 
                     34: 
                     35: 
1.5       misha      36: @1251[]
                     37: ^from-1251[]
                     38: ^to-1251[]
                     39: 
                     40: 
                     41: 
                     42: @from-1251[]
1.4       misha      43: $request:charset[windows-1251]
1.5       misha      44: 
                     45: 
                     46: 
                     47: @to-1251[]
1.4       misha      48: $response:charset[windows-1251]
1.5       misha      49: 
                     50: 
                     51: 
                     52: # backward
                     53: @windows-1251[]
                     54: ^1251[]

E-mail: