fn simple_unified_diff( old_label: &str, new_label: &str, old: &str, new: &str, max_bytes: usize, ) -> String