pub fn has_final_space(
    depth: &usize,
    sum_byte_length: usize,
    text: &[u8]
) -> bool