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

1.1     ! moko        1: @main[]
        !             2: 
        !             3: $v[main]
        !             4: $v1[main]
        !             5: $arg1[main]
        !             6: $arg2[main]
        !             7: 
        !             8: 1. ^test[value]
        !             9: 2. ^test[value;  ]
        !            10: 3. ^try-catch{ ^test[value; not ok] }
        !            11: 4. ^try-catch{ ^test[value;;extra arg] }
        !            12: 5. ^test[value; $.arg1[x] ]
        !            13: 6. ^test[value; $.arg2[y] $.arg1[x] ]
        !            14: 7. ^test[value; $.extra[extra] $.arg2[y] $.arg1[x] ]
        !            15: 
        !            16: 8.1 ^try-catch{ ^test2[] }
        !            17: 8.2 ^try-catch{ ^test3[] }
        !            18: 8.3 ^try-catch{ ^test4[] }
        !            19: 
        !            20: 9. ^try-catch{ ^test2[;] }
        !            21: 
        !            22: 10. ^json:string[^reflection:method_info[$test5]]
        !            23: 11. ^json:string[^reflection:method_info[$test6]]
        !            24: 12. ^json:string[^reflection:method_info[$test7]]
        !            25: 
        !            26: @test[v;.arg1;.arg2]
        !            27: v: $v
        !            28: arg1:^json:string[$arg1]
        !            29: arg2:^json:string[$arg2]
        !            30: 
        !            31: @test2[.arg1;.arg2]
        !            32: arg1:^json:string[$arg1]
        !            33: arg2:^json:string[$arg2]
        !            34: 
        !            35: @test3[*v]
        !            36: v: ^json:string[$v]
        !            37: 
        !            38: @test4[v;v1]
        !            39: v: ^json:string[$v]
        !            40: v1: ^json:string[$v1]
        !            41: 
        !            42: @test5[v1;.v2;v3]
        !            43: # no code to avoid file
        !            44: 
        !            45: @test6[v1;.v2;v3;.v4;.v5]
        !            46: # no code to avoid file
        !            47: 
        !            48: @test7[v1;*v2]
        !            49: # no code to avoid file

E-mail: