Annotation of parser3/tests/435.html, revision 1.1
1.1 ! moko 1: @main[]
! 2:
! 3: 1. $a[v1;v2;$void;v5]
! 4: $a.8[v6] $a.10[v7]
! 5:
! 6: $h[^hash::create[$a]]
! 7:
! 8: 2. ^test[$a]
! 9: 3. ^test[$h]
! 10:
! 11: 4. $a[^array::create[]]
! 12: ^try-catch{ ^a.set(0)[bug] }
! 13:
! 14: 5. $h[^hash::create[]]
! 15: ^try-catch{ ^h.set(0)[bug] }
! 16:
! 17: @test[a]
! 18: a. $a.CLASS_NAME
! 19: ^a.set[first;first]
! 20: ^a.set[last;last]
! 21: ^a.set(3)[set3]
! 22: ^a.set(-2)[set-2]
! 23: ^show[$a]
! 24:
! 25: ^try-catch{ ^a.set(-20)[bug] }
! 26: ^try-catch{ ^a.set(20)[bug] }
! 27:
! 28: b. ^a.delete(0)
! 29: ^a.set[first;new first]
! 30: ^show[$a]
! 31:
! 32: c. ^try-catch{ ^a.at[ $.1[1] ;bug] }
! 33: d. ^try-catch{ ^a.set[ $.1[1] ;bug] }
! 34:
! 35: @show[v]
! 36: ^json:string[$v; $.array[object] ]
E-mail: