Annotation of parser3/tests/321.html, revision 1.1
1.1 ! moko 1: @test1[a]
! 2: ^h.method[]
! 3:
! 4: @test2[a]
! 5: ^h.$method[]
! 6:
! 7: @test3[a]
! 8: ^h.a.method[]
! 9:
! 10: @test4[a]
! 11: $a.$b[]
! 12:
! 13: @test5[a]
! 14:
! 15: @test6[a]
! 16: $void
! 17:
! 18: @test7[a]
! 19: $b[]
! 20:
! 21: @test8[a]
! 22: value
! 23:
! 24: @main[]
! 25: ^for[i](1;8){
! 26: $h[^reflection:method_info[MAIN;test$i]]
! 27: ^if(def $h.file){$h.file[^h.file.match[.*/][]{}]}
! 28: $result[${result}${i}: ^json:string[$h]^#0A]
! 29: }
E-mail: