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

1.1     ! moko        1: ^break(false)
        !             2: ^try-catch{ ^break(true) }
        !             3: ^for[i](1;5){
        !             4:     ^continue($i>2)
        !             5:     $i
        !             6: }

E-mail: