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

1.1     ! moko        1: @main[]
        !             2: $t[^table::create{c1   c2      c3}]
        !             3: 
        !             4: ^show[1]
        !             5: ^try-catch{ $t.c3[v] }
        !             6: 
        !             7: ^t.insert{v}
        !             8: 
        !             9: $copy[^table::create[$t]]
        !            10: 
        !            11: ^show[2]
        !            12: $t.c3[v]
        !            13: ^show[3]
        !            14: $t.c1[]
        !            15: ^show[4]
        !            16: ^t.append{a    b       c       d       e}
        !            17: ^t.offset(-5)
        !            18: ^t.insert{v}
        !            19: ^show[5]
        !            20: 
        !            21: 6: ^json:string[$copy; $.table[array] $.indent(true) ]
        !            22: 
        !            23: 
        !            24: $t[^table::create[nameless]{}]
        !            25: 
        !            26: ^show[n1]
        !            27: ^try-catch{ $t.3[v] }
        !            28: 
        !            29: ^t.insert{v}
        !            30: 
        !            31: $copy[^table::create[$t]]
        !            32: 
        !            33: ^show[n2]
        !            34: $t.3[v]
        !            35: ^show[n3]
        !            36: $t.0[]
        !            37: ^show[n4]
        !            38: 
        !            39: ^try-catch{ $t.100000[v] }
        !            40: 
        !            41: $t.64[v]
        !            42: ^show[n5]
        !            43: 
        !            44: @show[n]
        !            45: $n : ^json:string[$t; $.table[array]  $.indent(true) ]

E-mail: