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

1.1     ! moko        1: @main[]
        !             2: 
        !             3: $h[
        !             4:        $.a[$.b[c]]
        !             5:        $.object[^my::create[]]
        !             6: ]
        !             7: 
        !             8: ^json:string[$h;
        !             9:        $.indent(true)
        !            10:        $.my[$handler]
        !            11: ]
        !            12: 
        !            13: ^json:string[$h;
        !            14:        $.indent(true)
        !            15: ]
        !            16: 
        !            17: 
        !            18: 
        !            19: @handler[k;v;p]
        !            20: {
        !            21: $p.indent      "o":"at key $k, with ^p._count[] options",
        !            22: $p.indent      "h":^json:string[$v.h;$.indent[$p.indent        ]]
        !            23: $p.indent}
        !            24: 
        !            25: @CLASS
        !            26: my
        !            27: 
        !            28: @create[]
        !            29: $o[placeholder]
        !            30: $h[ $.a[b] $.c[d] ]

E-mail: