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

1.1     ! moko        1: @main[]
        !             2: $i(1)
        !             3: $s[s]
        !             4: 
        !             5: ^for[n](1;11){test$n : ^try-catch{ $t(def ^test$n[]) } ^taint[as-is;^#0A]}
        !             6: ^for[n](12;14){test$n : ^try-catch{ $t(^test$n[]) $t } ^taint[as-is;^#0A]}
        !             7: 
        !             8: @test0[]
        !             9: ^for[x](1;5){ }[ ]
        !            10: 
        !            11: @test2[]
        !            12: ^m[]
        !            13: ^m[]
        !            14: 
        !            15: @test3[]
        !            16: $void
        !            17: $void
        !            18: 
        !            19: @test4[]
        !            20: $s
        !            21: $s
        !            22: 
        !            23: @test5[]
        !            24: $i
        !            25: $i
        !            26: 
        !            27: @test6[]
        !            28: ^i.int[]
        !            29: ^i.int[]
        !            30: 
        !            31: @test7[]
        !            32: ^i.int[]
        !            33: ^if(1){ ^i.int[] }
        !            34: 
        !            35: @test8[]
        !            36: ^i.int[]
        !            37: ^switch[x]{
        !            38:   ^case[x]{ ^i.int[] }
        !            39: }
        !            40: 
        !            41: @test9[]
        !            42: ^for[x](1;5){ }{ ^i.int[] }
        !            43: 
        !            44: @test10[]
        !            45: ^for[x](1;5){ ^i.int[] }
        !            46: 
        !            47: @test11[]
        !            48: ^for[x](1;5){ ^i.int[] }[ ]
        !            49: 
        !            50: @test12[]
        !            51: 23^i.int[]45
        !            52: 
        !            53: @test13[]
        !            54: 23${i}45
        !            55: 
        !            56: @test14[]
        !            57: 
        !            58: @m[]
        !            59: $result[]

E-mail: