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

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.2       misha      11: 
1.5       misha      12: 
1.1       paf        13: @auto[]
1.4       misha      14: 
                     15: 
                     16: 
1.6     ! misha      17: @try-catch[jCode]
        !            18: ^try{$jCode}{
        !            19:        $exception.handled(true)
        !            20:        Type: $exception.type,
        !            21:        Source: $exception.source,
        !            22:        Comment: $exception.comment
        !            23: }
        !            24: 
        !            25: 
        !            26: 
1.5       misha      27: @1251[]
                     28: ^from-1251[]
                     29: ^to-1251[]
                     30: 
                     31: 
                     32: 
                     33: @from-1251[]
1.4       misha      34: $request:charset[windows-1251]
1.5       misha      35: 
                     36: 
                     37: 
                     38: @to-1251[]
1.4       misha      39: $response:charset[windows-1251]
1.5       misha      40: 
                     41: 
                     42: 
                     43: # backward
                     44: @windows-1251[]
                     45: ^1251[]

E-mail: