Annotation of parser3/www/htdocs/_bug.html, revision 1.114

1.112     paf         1: @main[]
1.114   ! paf         2: ^try{  
        !             3:        ^mustfail[]
        !             4: }{
        !             5:        ^if($exception.type eq xml){
        !             6:                failed, that's OK
        !             7:                $exception.handled(1)
        !             8:        }
1.113     paf         9: }
                     10: 
1.114   ! paf        11: @mustfail[]
        !            12: $dom_from_disk[^xdoc::create[input]]
        !            13: $dom_created_in_air[^xdoc::create[doc]]
        !            14: ^dom_created_in_air.documentElement.appendChild[$dom_from_disk.documentElement]
        !            15: ^show_xdoc2[$dom_created_in_air]
1.113     paf        16: 
                     17: @show_xdoc2[xdoc]
                     18: <pre>^taint[html][^xdoc.string[
1.114   ! paf        19:        $.method[html]
1.113     paf        20: ]]
                     21: </pre>

E-mail: