
doc:   [
    DocGroup({"tag": "p"}, [
        DocGroup({"client": "g", "tag": "caret"}, []),
        DocChars("113 TrX")
    ]),
    DocGroup({"tag": "h2"}, [
        DocChars(" L"), DocGroup({"tag": "caret", "client": "a"}, []),
        DocChars("lYH"), DocGroup({"tag": "caret", "client": "f"}, []),
        DocChars("7")
    ]),
    DocGroup({"tag": "bullet"}, [
        DocGroup({"tag": "p"}, [
            DocChars("M Rj2 r m8 W  "), DocGroup({"tag": "caret", "client": "b"}, []),
            DocChars("4 ")
        ]),
        DocGroup({"tag": "p"}, [
            DocChars("4yY"), DocGroup({"tag": "caret", "client": "e"}, [])
        ])
    ]),
    DocGroup({"tag": "bullet"}, [
        DocGroup({"tag": "h3"}, [
            DocChars(" "), DocGroup({"tag": "caret", "client": "d"}, []),
            DocChars("DiG"), DocGroup({"client": "c", "tag": "caret"}, []),
            DocChars("j ")
        ]),
        DocGroup({"tag": "p"}, [
            DocChars("7Ap DvWhat\'s up with you?")
        ])
    ])
]

a_del: [
    DelWithGroup([
        DelWithGroup([]),
        DelSkip(7)
    ]),
    DelWithGroup([
        DelSkip(2), DelGroup([]),
        DelSkip(3), DelWithGroup([]),
        DelSkip(1)
    ]),
    DelWithGroup([
        DelGroup([
            DelChars(1), DelSkip(12), DelChars(1), DelGroup([]),
            DelChars(1), DelSkip(1)
        ])
    ])
]
a_add: [
    AddWithGroup([
        AddWithGroup([]),
        AddSkip(7)
    ]),
    AddWithGroup([
        AddSkip(5), AddWithGroup([]),
        AddSkip(1)
    ]),
    AddWithGroup([
        AddGroup({"tag": "h3"}, [
            AddChars("2"), AddGroup({"tag": "caret", "client": "a"}, []),
            AddChars("  "), AddSkip(12), AddGroup({"client": "b", "tag": "caret"}, []),
            AddChars("l"), AddSkip(1)
        ])
    ])
]

b_del: [
    DelWithGroup([
        DelWithGroup([]),
        DelSkip(7)
    ]),
    DelWithGroup([
        DelSkip(2), DelWithGroup([]),
        DelSkip(3), DelWithGroup([]),
        DelSkip(1)
    ]),
    DelGroup([
        DelWithGroup([
            DelSkip(14), DelWithGroup([]),
            DelSkip(2)
        ]),
        DelWithGroup([
            DelSkip(2), DelChars(1), DelWithGroup([])
        ])
    ]),
    DelWithGroup([
        DelGroup([
            DelSkip(1), DelWithGroup([]),
            DelSkip(3), DelGroup([]),
            DelSkip(2)
        ])
    ])
]
b_add: [
    AddWithGroup([
        AddWithGroup([]),
        AddSkip(7)
    ]),
    AddWithGroup([
        AddSkip(2), AddWithGroup([]),
        AddSkip(3), AddWithGroup([]),
        AddSkip(1)
    ]),
    AddWithGroup([
        AddGroup({"tag": "caret", "client": "c"}, []),
        AddSkip(14), AddWithGroup([]),
        AddSkip(2)
    ]),
    AddWithGroup([
        AddSkip(2), AddChars("3A"), AddWithGroup([])
    ]),
    AddWithGroup([
        AddGroup({"tag": "h3"}, [
            AddSkip(1), AddWithGroup([]),
            AddSkip(3)
        ]),
        AddGroup({"tag": "p"}, [
            AddChars("7"), AddSkip(2)
        ])
    ])
]
