fn split_headers(input: &str, n_headers: usize) -> Result<(Vec<String>, &str)>
Expect and split out n whitespace-delimited headers before the main contents of the ‘expect’ row.
n