pub(crate) fn all_matched_lines_filled(
lhs_mps: &[MatchedPos],
rhs_mps: &[MatchedPos],
lhs_lines: &[&str],
rhs_lines: &[&str],
) -> Vec<(Option<LineNumber>, Option<LineNumber>)>pub(crate) fn all_matched_lines_filled(
lhs_mps: &[MatchedPos],
rhs_mps: &[MatchedPos],
lhs_lines: &[&str],
rhs_lines: &[&str],
) -> Vec<(Option<LineNumber>, Option<LineNumber>)>