Annotation of parser3/tests/results/134.processed, revision 1.7

1.6       moko        1: Content-Type: text/html
1.7     ! moko        2: Content-Length: 342
1.6       moko        3: 
1.7     ! moko        4: Update current:
        !             5: a -> 1
        !             6: b -> 2
        !             7: c -> 3
        !             8: {
        !             9:        "a":"-",
        !            10:        "b":"2",
        !            11:        "c":"3"
        !            12: }
        !            13: Insert:
        !            14: a -> 1
        !            15: b -> 2
        !            16: c -> 3
        !            17: d -> 4
        !            18: {
        !            19:        "a":"1",
        !            20:        "b":"2",
        !            21:        "c":"3",
        !            22:        "d":"4"
        !            23: }
        !            24: Delete current:
        !            25: a -> 1
        !            26: b -> 2
        !            27: c -> 3
        !            28: {
        !            29:        "b":"2",
        !            30:        "c":"3"
        !            31: }
        !            32: Delete before current:
        !            33: a -> 1
        !            34: delete: b -> 2
        !            35: c -> 3
        !            36: {
        !            37:        "b":"2",
        !            38:        "c":"3"
        !            39: }
        !            40: Delete after current:
        !            41: a -> 1
        !            42: c -> 3
        !            43: {
        !            44:        "a":"1",
        !            45:        "c":"3"
        !            46: }

E-mail: