pub fn parse_row_cells(
line_text: &str,
line_start_offset: usize,
source: &str,
) -> RowCellsExpand description
Splits line_text (a | a | b | row) into trimmed cells and each cell’s
source span. line_start_offset is the row’s UTF-16 start offset in source.