
doc:   [
    DocGroup({"tag": "bullet"}, [
        DocGroup({"tag": "h1"}, [
            DocChars("4 rb")
        ])
    ]),
    DocGroup({"tag": "bullet"}, [
        DocGroup({"tag": "h3"}, [
            DocGroup({"client": "c", "tag": "caret"}, []),
            DocChars("y l"), DocGroup({"client": "a", "tag": "caret"}, []),
            DocChars(" R")
        ]),
        DocGroup({"tag": "p"}, []),
        DocGroup({"tag": "p"}, [
            DocChars("OE5Eq"), DocGroup({"tag": "caret", "client": "b"}, []),
            DocChars(" Tq")
        ])
    ]),
    DocGroup({"tag": "pre"}, [
        DocChars(" IG5RcXmU")
    ]),
    DocGroup({"tag": "p"}, [
        DocChars("31lo w 7\'s up with you?")
    ])
]

a_del: [
    DelWithGroup([
        DelWithGroup([
            DelSkip(4)
        ])
    ]),
    DelWithGroup([
        DelWithGroup([
            DelWithGroup([]),
            DelSkip(3), DelGroup([]),
            DelSkip(1)
        ])
    ])
]
a_add: [
    AddWithGroup([
        AddWithGroup([
            AddSkip(4)
        ])
    ]),
    AddWithGroup([
        AddWithGroup([
            AddWithGroup([]),
            AddSkip(4), AddGroup({"tag": "caret", "client": "a"}, [])
        ])
    ])
]

b_del: [
    DelWithGroup([
        DelWithGroup([
            DelSkip(4)
        ])
    ]),
    DelGroup([
        DelWithGroup([
            DelWithGroup([]),
            DelSkip(3), DelWithGroup([]),
            DelSkip(2)
        ]),
        DelWithGroup([]),
        DelWithGroup([
            DelSkip(5), DelGroup([]),
            DelSkip(1), DelChars(1)
        ])
    ])
]
b_add: [
    AddWithGroup([
        AddWithGroup([
            AddSkip(4)
        ])
    ]),
    AddWithGroup([
        AddWithGroup([]),
        AddSkip(3), AddWithGroup([]),
        AddSkip(2)
    ]),
    AddWithGroup([]),
    AddWithGroup([
        AddSkip(6), AddGroup({"client": "b", "tag": "caret"}, [])
    ])
]
