Annotation of parser3/tests/425.html, revision 1.1

1.1     ! moko        1: @main[]
        !             2: 
        !             3: 1. ^match[test line bad UTF8 ^#D0]
        !             4: 2. ^match[test line bad UTF8 ^#D0^#0A]
        !             5: 
        !             6: $s[test line]
        !             7: 
        !             8: 3. ^try-catch{ $m[^s.match[bug is ) - here]] }
        !             9: 4. ^try-catch{ $m[^s.match[bug is ( - here]] }
        !            10: 
        !            11: $r[^regex::create[(.)][g]]
        !            12: 5. once ^json:string[^s.match[$r]]
        !            13: 6. twice ^json:string[^s.match[$r]]
        !            14: 
        !            15: $s[test line more then 100 characters long for regex with more then 100 groups test. test line more then 100 characters long. test line more then 100 characters long.]
        !            16: $m[^s.match[^for[i](0;12){((.)(.)(.)(.)(.)(.)(.)(.)(.))};']]
        !            17: $mm[^json:string[$m]]
        !            18: # pcre2 - exactly 100 groups, pcre - empty groups
        !            19: 7. ^if(^mm.length[]== 1180 || ^mm.length[]== 208){OK}{failed}
        !            20: 
        !            21: @match[s]
        !            22: ^try-catch{ ^s.match[.] }
        !            23: 
        !            24: @try-catch[jCode]
        !            25: ^try{$jCode}{
        !            26:        $comment[^exception.comment.match[\(-\d+\)][]{(***)}]
        !            27:        $comment[^comment.match[ - .*][]{ - ***}]
        !            28:        $exception.handled(true)
        !            29:        Type: $exception.type,
        !            30:        Source: $exception.source,
        !            31:        Comment: $comment
        !            32: }

E-mail: