Annotation of parser3/tests/212.html, revision 1.5

1.1       misha       1: @main[]
                      2: ^try{
                      3:        $r[^regex::create[]]
                      4: }{
                      5:        $exception.handled(1)
                      6:        failed, that's OK
                      7: }
                      8: <br />
                      9: 
                     10: 
                     11: $s[  select]
                     12: $r[^regex::create[^^\s*]]
1.5     ! misha      13: size: ^if($r){!=0}{==0}/^if(^r.size[]){!=0}{==0}<br />
        !            14: study size: ^if(^r.study_size[]){!=0}{==0}<br />
1.1       misha      15: ^s.match[$r;]{!}
                     16: <br />
                     17: 
                     18: $s[  sElect]
                     19: $r[^regex::create[e][g]]
                     20: ^s.match[$r;]{!}
                     21: <br />
                     22: 
                     23: 
                     24: $s[  sElect]
                     25: $r[^regex::create[e;gi]]
                     26: ^s.match[$r;]{!}
                     27: <br />
                     28: 
                     29: 
                     30: $s[12312312]
                     31: $r[^regex::create[3;gn]]
                     32: ^s.match[$r]
                     33: <br />
                     34: 
                     35: $s[12312312]
                     36: $r[^regex::create[\d+?]]
1.5     ! misha      37: study size: ^if(^r.study_size[]){!=0}{==0}<br />
1.1       misha      38: ^s.match[$r;]{!}
                     39: <br />
                     40: 
                     41: 
                     42: $s[12312312]
                     43: $r[^regex::create[\d+?;U]]
                     44: ^s.match[$r][]{!}
                     45: <br />
                     46: 
                     47: $t[^file:list[./;^regex::create[^^212.html^$]]]
                     48: $t.name
                     49: <br />
1.3       misha      50: 
                     51: $r[^regex::create[^^[a-z\d_]+^$][gI]]
                     52: ^$r.pattern: $r.pattern<br />
                     53: ^$r.options: $r.options<br />
                     54: <br />

E-mail: