
doc:   [
    DocGroup({"tag": "bullet"}, [
        DocGroup({"tag": "p"}, [
            DocChars("X"), DocGroup({"client": "b", "tag": "caret"}, []),
            DocChars("3  6")
        ])
    ]),
    DocGroup({"tag": "bullet"}, [
        DocGroup({"tag": "h1"}, [
            DocChars("Qa"), DocGroup({"tag": "caret", "client": "c"}, []),
            DocChars(" "), DocGroup({"client": "d", "tag": "caret"}, []),
            DocChars("5"), DocGroup({"tag": "caret", "client": "f"}, [])
        ]),
        DocGroup({"tag": "p"}, [
            DocChars("B"), DocGroup({"tag": "caret", "client": "e"}, []),
            DocChars("4Pfde")
        ]),
        DocGroup({"tag": "p"}, [
            DocChars("78S")
        ])
    ]),
    DocGroup({"tag": "bullet"}, [
        DocGroup({"tag": "p"}, [
            DocChars(" "), DocGroup({"client": "a", "tag": "caret"}, []),
            DocChars(" 7")
        ]),
        DocGroup({"tag": "p"}, [
            DocChars("y i")
        ])
    ]),
    DocGroup({"tag": "h3"}, [
        DocChars("WImpt dG k2KX UVal0What\'s up with you?")
    ])
]

a_del: [
    DelWithGroup([
        DelGroup([
            DelSkip(1), DelGroup([]),
            DelSkip(4)
        ])
    ]),
    DelGroup([
        DelGroup([
            DelSkip(1), DelChars(1), DelGroup([]),
            DelChars(1), DelWithGroup([]),
            DelSkip(1), DelWithGroup([])
        ]),
        DelGroup([
            DelSkip(1), DelWithGroup([]),
            DelSkip(5)
        ]),
        DelWithGroup([
            DelSkip(3)
        ])
    ]),
    DelWithGroup([
        DelWithGroup([
            DelChars(1)
        ])
    ])
]
a_add: [
    AddWithGroup([
        AddGroup({"tag": "p"}, [
            AddSkip(1), AddChars("a"), AddSkip(1), AddGroup({"tag": "caret", "client": "b"}, []),
            AddChars("5"), AddSkip(3)
        ])
    ]),
    AddGroup({"tag": "h1"}, [
        AddSkip(1), AddChars("T"), AddWithGroup([]),
        AddSkip(1), AddWithGroup([]),
        AddChars("c"), AddGroup({"tag": "caret", "client": "c"}, []),
        AddSkip(1), AddWithGroup([]),
        AddSkip(5)
    ]),
    AddWithGroup([
        AddSkip(3)
    ]),
    AddWithGroup([
        AddWithGroup([])
    ])
]

b_del: [
    DelWithGroup([
        DelWithGroup([
            DelSkip(1), DelWithGroup([]),
            DelSkip(4)
        ])
    ]),
    DelWithGroup([
        DelWithGroup([
            DelSkip(2), DelWithGroup([]),
            DelSkip(1), DelGroup([]),
            DelSkip(1)
        ])
    ])
]
b_add: [
    AddWithGroup([
        AddWithGroup([
            AddSkip(1), AddWithGroup([]),
            AddSkip(4)
        ])
    ]),
    AddWithGroup([
        AddWithGroup([
            AddSkip(2), AddWithGroup([]),
            AddSkip(2), AddGroup({"tag": "caret", "client": "d"}, [])
        ])
    ])
]
