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

1.1     ! moko        1: @main[]
        !             2: 
        !             3: $exception[^try_catch{
        !             4: 
        !             5: $document[^xdoc::create{<?xml version="1.0"?>
        !             6: <document>
        !             7: текст текст текст текст текст текст текст текст </b> текст
        !             8: </document>}]
        !             9: 
        !            10: }]
        !            11: 
        !            12: ^if(^exception.match[b]){valid encoding for match}
        !            13: $exception
        !            14: 
        !            15: @try_catch[code]
        !            16: ^try{
        !            17:        $code
        !            18: }{
        !            19:        $exception.handled(true)
        !            20:        $result[Exception: $exception.source - $exception.comment]
        !            21: }

E-mail: