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

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: }
1.10      moko       33: ^if($env:PATH_TRANSLATED eq '380.html'){
                     34:        $LIMITS[
                     35:                $.max_file_size(10000)
                     36:        ]
                     37: }
1.8       moko       38: 
1.5       misha      39: 
1.1       paf        40: @auto[]
1.4       misha      41: 
                     42: 
1.6       misha      43: @try-catch[jCode]
                     44: ^try{$jCode}{
                     45:        $exception.handled(true)
                     46:        Type: $exception.type,
                     47:        Source: $exception.source,
                     48:        Comment: $exception.comment
                     49: }
                     50: 
                     51: 
1.5       misha      52: @1251[]
                     53: ^from-1251[]
                     54: ^to-1251[]
                     55: 
                     56: 
                     57: @from-1251[]
1.4       misha      58: $request:charset[windows-1251]
1.5       misha      59: 
                     60: 
                     61: @to-1251[]
1.4       misha      62: $response:charset[windows-1251]
1.5       misha      63: 
                     64: 
                     65: # backward
                     66: @windows-1251[]
                     67: ^1251[]
1.11    ! moko       68: 
        !            69: @os[win;unix]
        !            70: $result[^if(^env:OS.left(7) eq 'WINDOWS'){$win}{$unix}]

E-mail: