Annotation of parser3/tests/307.html, revision 1.2
1.1 moko 1: @main[]
1.2 ! moko 2: 1. ^try-catch{^My:test[]}
! 3: 2. ^try-catch{^My:Test[]}
1.1 moko 4:
5: $x[$My:AnotherTest]
1.2 ! moko 6: 3.^My:AnotherTest[1]
! 7: 4.^x[2]
! 8:
! 9: 5. ^try-catch{
! 10: ^switch[]{ ^m1[] }
! 11: }
! 12:
! 13: 6. ^try-catch{
! 14: $code[^m2[]]
! 15: $code
! 16: }
! 17:
! 18: ^switch[1]{
! 19: $v[1]
! 20: ^case[1]{here!}
! 21: $v[2]
! 22: ^case[2]{not here! $v[3]}
! 23: }
! 24:
! 25: 7. After: $v
! 26:
! 27:
! 28: @m1[]
! 29: ^case[DEFAULT]{here!}
! 30:
! 31: @m2[]
! 32: $result{code}
! 33:
1.1 moko 34:
35: @CLASS
36: My
37:
38: @GET_DEFAULT[]
39: $result{Byaka}
40:
41: @GET_Test[]
42: $result{Byaka}
43:
44: @GET_AnotherTest[]
45: $result[$Method]
46:
47: @Method[suffix]
48: Hello $suffix
E-mail: