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

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

E-mail: