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

1.1     ! misha       1: @main[]
        !             2: ^^while(true){.^^break[].}:
        !             3: $i(0)
        !             4: ^while(true){^i.inc(1)^do($i)}[,]
        !             5: 
        !             6: 
        !             7: <hr />
        !             8: ^^while(1){.^^break[].}:
        !             9: $i(0)
        !            10: ^while(1){^i.inc(1)^do($i)}[,]
        !            11: 
        !            12: 
        !            13: <hr />
        !            14: ^^while(1==1){.^^break[].}:
        !            15: $i(0)
        !            16: ^while(1==1){^i.inc(1)^do($i)}[,]
        !            17: 
        !            18: 
        !            19: <hr />
        !            20: ^^while(true){w/o break}:
        !            21: ^try{
        !            22:        ^while(true){}
        !            23: }{
        !            24:        $exception.handled(1)
        !            25:        $exception.source: $exception.comment
        !            26: }
        !            27: 
        !            28: 
        !            29: <hr />
        !            30: ^f[20000]
        !            31: 
        !            32: 
        !            33: <hr />
        !            34: ^f[20001]
        !            35: 
        !            36: 
        !            37: 
        !            38: @do[i]
        !            39: $result[]
        !            40: ^switch($i){
        !            41:        ^case(2;4;6;8){
        !            42:                ^continue[]
        !            43:        }
        !            44:        ^case(10){
        !            45:                ^break[]
        !            46:        }
        !            47: }
        !            48: $result[$i]
        !            49: 
        !            50: 
        !            51: 
        !            52: @f[c][z]
        !            53: ^^for[i](1;$c){.}:
        !            54: ^try{
        !            55:        $z[^for[i](1;$c){.}]
        !            56:        ok
        !            57: }{
        !            58:        $exception.handled(1)
        !            59:        $exception.source: $exception.comment
        !            60: }

E-mail: