Annotation of parser3/tests/417.html, revision 1.2

1.1       moko        1: $s[abbbbbb]
                      2: $s
                      3: ^s.match[(?=b);g][D]
                      4: 
                      5: $s[a
                      6: a
                      7: a
                      8: b
                      9: b
                     10: bbb]
                     11: ^s.match[(?=[\nb]);g][D]
                     12: 
                     13: $s[bcbcabc]
                     14: $s
                     15: ^s.match[(?=[bc]);g][D]
1.2     ! moko       16: 
        !            17: #empty match after last char test
        !            18: 
        !            19: $title[word1 word2]
        !            20: $m[^title.match[\b()\b;g']]
        !            21: ^json:string[$m]

E-mail: