
doc:   [
    DocGroup({"tag": "bullet"}, [
        DocGroup({"tag": "h1"}, [
            DocGroup({"client": "c", "tag": "caret"}, []),
            DocGroup({"tag": "caret", "client": "d"}, []),
            DocChars("t00"), DocGroup({"tag": "caret", "client": "g"}, []),
            DocChars("2U")
        ]),
        DocGroup({"tag": "h1"}, [
            DocChars("4 "), DocGroup({"tag": "caret", "client": "a"}, []),
            DocGroup({"client": "f", "tag": "caret"}, []),
            DocGroup({"client": "e", "tag": "caret"}, []),
            DocChars("  ")
        ]),
        DocGroup({"tag": "h1"}, [
            DocChars(" Q")
        ])
    ]),
    DocGroup({"tag": "bullet"}, [
        DocGroup({"tag": "h1"}, [
            DocChars(" b")
        ]),
        DocGroup({"tag": "p"}, [
            DocGroup({"tag": "caret", "client": "b"}, [])
        ]),
        DocGroup({"tag": "h1"}, [
            DocChars("Q6g ES08K8")
        ])
    ]),
    DocGroup({"tag": "h1"}, [
        DocChars("b8J ")
    ]),
    DocGroup({"tag": "p"}, [
        DocChars("27f  1N s up with you?")
    ])
]

a_del: [
    DelGroup([
        DelGroup([
            DelWithGroup([]),
            DelWithGroup([]),
            DelSkip(2), DelChars(1), DelWithGroup([]),
            DelSkip(1), DelChars(1)
        ]),
        DelGroup([
            DelSkip(1), DelChars(1), DelGroup([]),
            DelWithGroup([]),
            DelWithGroup([]),
            DelSkip(1), DelChars(1)
        ]),
        DelWithGroup([
            DelChars(1), DelSkip(1)
        ])
    ]),
    DelWithGroup([
        DelGroup([
            DelChars(1), DelSkip(1)
        ]),
        DelGroup([
            DelGroup([])
        ])
    ])
]
a_add: [
    AddGroup({"tag": "h1"}, [
        AddChars("H"), AddWithGroup([]),
        AddWithGroup([]),
        AddSkip(2), AddChars("l"), AddGroup({"tag": "caret", "client": "a"}, []),
        AddWithGroup([]),
        AddSkip(1), AddChars(" "), AddSkip(1), AddWithGroup([]),
        AddWithGroup([]),
        AddSkip(1), AddChars("n"), AddGroup({"client": "b", "tag": "caret"}, [])
    ]),
    AddWithGroup([
        AddSkip(1)
    ]),
    AddWithGroup([
        AddGroup({"tag": "h2"}, [
            AddSkip(1)
        ])
    ])
]

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