Function foreach_html5lib_test

Source
pub fn foreach_html5lib_test<Mk>(
    src_dir: &Path,
    subdir: &'static str,
    ext: &'static OsStr,
    mk: Mk,
)
where Mk: FnMut(&Path, File),