pub(crate) fn map_line(s: &str) -> Line<'_>
This function is used to handle the “hidden lines” (ie starting with #) in doctests. It also transforms ## back into #.
#
##