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

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.6     ! moko       37: #pcre2 does not support study, this allways 0, pcre here !=0
        !            38: study size: ^if(^r.study_size[]){!=0}{!=0}<br />
1.1       misha      39: ^s.match[$r;]{!}
                     40: <br />
                     41: 
                     42: 
                     43: $s[12312312]
                     44: $r[^regex::create[\d+?;U]]
                     45: ^s.match[$r][]{!}
                     46: <br />
                     47: 
                     48: $t[^file:list[./;^regex::create[^^212.html^$]]]
                     49: $t.name
                     50: <br />
1.3       misha      51: 
                     52: $r[^regex::create[^^[a-z\d_]+^$][gI]]
                     53: ^$r.pattern: $r.pattern<br />
                     54: ^$r.options: $r.options<br />
                     55: <br />

E-mail: