
doc:   [
    DocGroup({"tag": "bullet"}, [
        DocGroup({"tag": "pre"}, [
            DocGroup({"tag": "caret", "client": "a"}, []),
            DocChars(" "), DocGroup({"client": "c", "tag": "caret"}, []),
            DocChars("4Jj  ")
        ]),
        DocGroup({"tag": "p"}, [
            DocChars("1"), DocGroup({"client": "b", "tag": "caret"}, [])
        ]),
        DocGroup({"tag": "h3"}, [
            DocChars("m")
        ])
    ]),
    DocGroup({"tag": "h2"}, [
        DocChars("T nB")
    ]),
    DocGroup({"tag": "bullet"}, [
        DocGroup({"tag": "p"}, [
            DocChars("k7 G  Afsw5hat\'s up with you?")
        ])
    ])
]

a_del: [
    DelGroup([
        DelGroup([
            DelGroup([]),
            DelSkip(1), DelWithGroup([]),
            DelSkip(5)
        ]),
        DelGroup([
            DelSkip(1), DelGroup([])
        ]),
        DelWithGroup([
            DelChars(1)
        ])
    ])
]
a_add: [
    AddGroup({"tag": "pre"}, [
        AddGroup({"client": "a", "tag": "caret"}, []),
        AddSkip(1), AddWithGroup([]),
        AddSkip(5), AddGroup({"client": "b", "tag": "caret"}, []),
        AddSkip(1)
    ]),
    AddWithGroup([
        AddChars("lV")
    ])
]

b_del: [
    DelWithGroup([
        DelGroup([
            DelWithGroup([]),
            DelSkip(1), DelGroup([]),
            DelSkip(5)
        ]),
        DelWithGroup([])
    ])
]
b_add: [
    AddWithGroup([
        AddGroup({"tag": "h2"}, [
            AddWithGroup([]),
            AddSkip(6)
        ]),
        AddWithGroup([
            AddChars("A"), AddGroup({"tag": "caret", "client": "c"}, [])
        ])
    ])
]
